FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Configure Load-Balancer global parameters. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | ip4_src_address |
u8 | ip6_src_address [16] |
u32 | sticky_buckets_per_core |
u32 | flow_timeout |
Configure Load-Balancer global parameters.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
ip4_src_address | - IPv4 address to be used as source for IPv4 traffic(applicable in GRE4/GRE6/NAT4/NAT6 mode only). |
ip6_src_address | - IPv6 address to be used as source for IPv6 traffic(applicable in GRE4/GRE6/NAT4/NAT6 mode only). |
sticky_buckets_per_core | - Number of buckets per worker thread in the established flow table (must be power of 2). |
flow_timeout | - Time in seconds after which, if no packet is received for a given flow, the flow is removed from the established flow table. |