FD.io VPP  v21.06
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

option deprecated
 
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 292 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 295 of file ip.api.

◆ context

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 296 of file ip.api.

◆ deprecated

option vl_api_set_ip_flow_hash_t::deprecated

Definition at line 294 of file ip.api.

◆ dport

bool vl_api_set_ip_flow_hash_t::dport

Definition at line 302 of file ip.api.

◆ dst

bool vl_api_set_ip_flow_hash_t::dst

Definition at line 300 of file ip.api.

◆ is_ipv6

bool vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 298 of file ip.api.

◆ proto

bool vl_api_set_ip_flow_hash_t::proto

Definition at line 303 of file ip.api.

◆ reverse

bool vl_api_set_ip_flow_hash_t::reverse

Definition at line 304 of file ip.api.

◆ sport

bool vl_api_set_ip_flow_hash_t::sport

Definition at line 301 of file ip.api.

◆ src

bool vl_api_set_ip_flow_hash_t::src

Definition at line 299 of file ip.api.

◆ symmetric

bool vl_api_set_ip_flow_hash_t::symmetric

Definition at line 305 of file ip.api.

◆ vrf_id

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 297 of file ip.api.


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