![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
add or delete lisp gpe tunnel More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u8 | eid_type |
| u8 | rmt_eid [16] |
| u8 | lcl_eid [16] |
| u8 | rmt_len |
| u8 | lcl_len |
| u32 | vni |
| u32 | dp_table |
| u32 | loc_num |
| u8 | lcl_locs [loc_num] |
| u8 | rmt_locs [loc_num] |
| u8 | action |
add or delete lisp gpe tunnel
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - add address if non-zero, else delete |
| eid_type | - 0 : ipv4 1 : ipv6 2 : mac |
| rmt_eid | - remote eid |
| lcl_eid | - local eid |
| rmt_len | - remote prefix len |
| lcl_len | - local prefix len |
| vni | - virtual network identifier |
| dp_table | - vrf/bridge domain id |
| loc_num | - number of locators |
| lcl_locs | - array of local locators |
| rmt_locs | - array of remote locators |
| action | - negative action when 0 locators configured |