FD.io VPP
v17.01.1-3-gc6833f8
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 272 of file lisp_types.h.
union { ... } |
gid_address_t locator_t::address |
Definition at line 280 of file lisp_types.h.
u8 locator_t::local |
Definition at line 275 of file lisp_types.h.
u8 locator_t::mpriority |
Definition at line 284 of file lisp_types.h.
u8 locator_t::mweight |
Definition at line 285 of file lisp_types.h.
u8 locator_t::priority |
Definition at line 282 of file lisp_types.h.
u8 locator_t::probed |
Definition at line 286 of file lisp_types.h.
u8 locator_t::state |
Definition at line 276 of file lisp_types.h.
u32 locator_t::sw_if_index |
Definition at line 279 of file lisp_types.h.
u8 locator_t::weight |
Definition at line 283 of file lisp_types.h.