FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Dump ONE eid-table. More...
Data Fields | |
u32 | context |
u32 | locator_set_index |
u8 | action |
u8 | is_local |
u8 | eid_type |
u8 | is_src_dst |
u32 | vni |
u8 | eid [16] |
u8 | eid_prefix_len |
u8 | seid [16] |
u8 | seid_prefix_len |
u32 | ttl |
u8 | authoritative |
u16 | key_id |
u8 | key [64] |
Dump ONE eid-table.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
locator_set_index | - index of locator_set, if ~0 then the mapping is negative |
action | - negative map request action |
is_local | - local if non-zero, else remote |
eid_type | 0 : ipv4 1 : ipv6 2 : mac |
is_src_dst | - EID is type of source/destination |
eid | - EID can be ip4, ip6 or mac |
eid_prefix_len | - prefix length |
seid | - source EID can be ip4, ip6 or mac |
seid_prefix_len | - source prefix length |
vni | - virtual network instance |
ttl | - time to live |
authoritative | - authoritative |
key_id | HMAC_NO_KEY 0 HMAC_SHA_1_96 1 HMAC_SHA_256_128 2 |
key | - secret key |