FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Request for eid table summary status. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | eid_set |
u8 | prefix_length |
u32 | vni |
u8 | eid_type |
u8 | eid [16] |
u8 | filter |
Request for eid table summary status.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
eid_set | - if non-zero request info about specific mapping |
vni | - virtual network instance; valid only if eid_set != 0 |
prefix_length | - prefix length if EID is IP address; valid only if eid_set != 0 |
eid_type | - EID type; valid only if eid_set != 0 Supported values: 0: EID is IPv4 1: EID is IPv6 2: EID is ethernet address 3 : NSH : both information (service path ID and service index) are encoded in 'eid' field in a following way: |
|SPI | SI |
eid | - endpoint identifier |
filter | - filter type; Support values: 0: all eid 1: local eid 2: remote eid |