FD.io VPP  v16.12-rc0-308-g931be3a
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 967 of file vpe.api.

Field Documentation

u32 vl_api_set_ip_flow_hash_t::client_index

Definition at line 969 of file vpe.api.

u32 vl_api_set_ip_flow_hash_t::context

Definition at line 970 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::dport

Definition at line 976 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::dst

Definition at line 974 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::is_ipv6

Definition at line 972 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::proto

Definition at line 977 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::reverse

Definition at line 978 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::sport

Definition at line 975 of file vpe.api.

u8 vl_api_set_ip_flow_hash_t::src

Definition at line 973 of file vpe.api.

u32 vl_api_set_ip_flow_hash_t::vrf_id

Definition at line 971 of file vpe.api.


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