FD.io VPP  v17.10-9-gd594711
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 191 of file ip.api.

Field Documentation

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 193 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 194 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dport

Definition at line 200 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::dst

Definition at line 198 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 196 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::proto

Definition at line 201 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::reverse

Definition at line 202 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::sport

Definition at line 199 of file ip.api.

u8 vl_api_set_ip_flow_hash_t::src

Definition at line 197 of file ip.api.

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 195 of file ip.api.


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