FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Data Fields | |
u8 | local |
u8 | state |
union { | |
u32 sw_if_index | |
gid_address_t address | |
}; | |
u8 | priority |
u8 | weight |
u8 | mpriority |
u8 | mweight |
u8 | probed |
Definition at line 317 of file lisp_types.h.
union { ... } |
gid_address_t locator_t::address |
Definition at line 325 of file lisp_types.h.
u8 locator_t::local |
Definition at line 320 of file lisp_types.h.
u8 locator_t::mpriority |
Definition at line 329 of file lisp_types.h.
u8 locator_t::mweight |
Definition at line 330 of file lisp_types.h.
u8 locator_t::priority |
Definition at line 327 of file lisp_types.h.
u8 locator_t::probed |
Definition at line 331 of file lisp_types.h.
u8 locator_t::state |
Definition at line 321 of file lisp_types.h.
u32 locator_t::sw_if_index |
Definition at line 324 of file lisp_types.h.
u8 locator_t::weight |
Definition at line 328 of file lisp_types.h.