FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
GPE locator structure. More...
Data Fields | |
u8 | is_ip4 |
u8 | weight |
u8 | addr [16] |
GPE locator structure.
is_ip4 | - whether addr is IPv4 or v6 |
weight | - locator weight |
addr | - IPv4/6 address |
Definition at line 23 of file lisp_gpe.api.
u8 vl_api_gpe_locator_t::addr[16] |
Definition at line 27 of file lisp_gpe.api.
u8 vl_api_gpe_locator_t::is_ip4 |
Definition at line 25 of file lisp_gpe.api.
u8 vl_api_gpe_locator_t::weight |
Definition at line 26 of file lisp_gpe.api.