FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_set_ip_flow_hash_t Struct Reference

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
 

Detailed Description

Set the ip flow hash config for a fib request.

Template Parameters
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

Definition at line 170 of file ip.api.

Field Documentation

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 172 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 173 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dport

Definition at line 179 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dst

Definition at line 177 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 175 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::proto

Definition at line 180 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::reverse

Definition at line 181 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::sport

Definition at line 178 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::src

Definition at line 176 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 174 of file ip.api.


The documentation for this struct was generated from the following file: