![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Dump lisp eid-table. More...
Data Fields | |
| u32 | context |
| u32 | locator_set_index |
| u8 | action |
| bool | is_local |
| bool | is_src_dst |
| u32 | vni |
| vl_api_eid_t | deid |
| vl_api_eid_t | seid |
| u32 | ttl |
| u8 | authoritative |
| vl_api_hmac_key_t | key |
Dump lisp 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 |
| is_src_dst | - EID is type of source/destination |
| deid | - dst EID |
| seid | - src EID |
| 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 |