FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Set the ip flow hash config for a fib request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | vrf_id |
u8 | is_ipv6 |
u8 | src |
u8 | dst |
u8 | sport |
u8 | dport |
u8 | proto |
u8 | reverse |
u8 | symmetric |
Set the ip flow hash config for a fib request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
vrf_id | - vrf/fib id |
is_ipv6 | - if non-zero the fib is ip6, else ip4 |
src | - if non-zero include src in flow hash |
dst | - if non-zero include dst in flow hash |
sport | - if non-zero include sport in flow hash |
dport | - if non-zero include dport in flow hash |
proto | -if non-zero include proto in flow hash |
reverse | - if non-zero include reverse in flow hash |
symmetric | - if non-zero include symmetry in flow hash |