FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Define connection statistics structure. More...
Data Fields | |
vl_api_address_with_prefix_t | pfx |
vl_api_ip_proto_t | protocol |
u16 | port |
Define connection statistics structure.
pfx | - ip prefix and length |
protocol | - tcp or udp. |
port | - destination port. |
Definition at line 68 of file lb_types.api.
vl_api_address_with_prefix_t vl_api_lb_vip_t::pfx |
Definition at line 70 of file lb_types.api.
u16 vl_api_lb_vip_t::port |
Definition at line 72 of file lb_types.api.
vl_api_ip_proto_t vl_api_lb_vip_t::protocol |
Definition at line 71 of file lb_types.api.