![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Steering db key. More...
Data Fields | |
| union { | |
| struct { | |
| ip46_address_t prefix | |
| IP address of the prefix. More... | |
| u32 mask_width | |
| Mask width of the prefix. More... | |
| u32 fib_table | |
| VRF of the prefix. More... | |
| } l3 | |
| struct { | |
| u32 sw_if_index | |
| Incoming software interface. More... | |
| } l2 | |
| }; | |
| u8 | traffic_type |
| Traffic type (IPv4, IPv6, L2) More... | |
| u8 | padding [3] |
Steering db key.
L3 is IPv4/IPv6 + mask L2 is sf_if_index + vlan
| union { ... } |
| struct { ... } sr_steering_key_t::l2 |
| struct { ... } sr_steering_key_t::l3 |
| ip46_address_t sr_steering_key_t::prefix |
| u32 sr_steering_key_t::sw_if_index |
| u8 sr_steering_key_t::traffic_type |