FD.io VPP  v20.05-21-gb1500e9ff
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
 
bool is_ipv6
 
bool src
 
bool dst
 
bool sport
 
bool dport
 
bool proto
 
bool reverse
 
bool 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 232 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 234 of file ip.api.

◆ context

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 235 of file ip.api.

◆ dport

bool vl_api_set_ip_flow_hash_t::dport

Definition at line 241 of file ip.api.

◆ dst

bool vl_api_set_ip_flow_hash_t::dst

Definition at line 239 of file ip.api.

◆ is_ipv6

bool vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 237 of file ip.api.

◆ proto

bool vl_api_set_ip_flow_hash_t::proto

Definition at line 242 of file ip.api.

◆ reverse

bool vl_api_set_ip_flow_hash_t::reverse

Definition at line 243 of file ip.api.

◆ sport

bool vl_api_set_ip_flow_hash_t::sport

Definition at line 240 of file ip.api.

◆ src

bool vl_api_set_ip_flow_hash_t::src

Definition at line 238 of file ip.api.

◆ symmetric

bool vl_api_set_ip_flow_hash_t::symmetric

Definition at line 244 of file ip.api.

◆ vrf_id

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 236 of file ip.api.


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