![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Set the ip flow hash config for a fib request. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | vrf_id |
| bool | is_ipv6 |
| bool | src |
| bool | dst |
| bool | sport |
| bool | dport |
| bool | proto |
| bool | reverse |
| bool | 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 |