FD.io VPP  v19.08-27-gf4dcae4
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
 
u8 symmetric
 

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
symmetric- if non-zero include symmetry in flow hash

Definition at line 221 of file ip.api.

Field Documentation

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 223 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 224 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dport

Definition at line 230 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dst

Definition at line 228 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 226 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::proto

Definition at line 231 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::reverse

Definition at line 232 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::sport

Definition at line 229 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::src

Definition at line 227 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::symmetric

Definition at line 233 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 225 of file ip.api.


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