FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Data Fields | |
u32 | il_sw_if_index |
interface ip6 is enabled on More... | |
ip6_address_t | il_ll_addr |
link-local address - if unset that IP6 is disabled More... | |
ip6_link_delegate_t * | il_delegates |
list of delegates More... | |
adj_index_t | il_mcast_adj |
multicast adjacency for this link More... | |
u32 | il_locks |
number of references to IP6 enabled on this link More... | |
Definition at line 34 of file ip6_link.c.
ip6_link_delegate_t* ip6_link_t_::il_delegates |
list of delegates
Definition at line 43 of file ip6_link.c.
ip6_address_t ip6_link_t_::il_ll_addr |
link-local address - if unset that IP6 is disabled
Definition at line 40 of file ip6_link.c.
u32 ip6_link_t_::il_locks |
number of references to IP6 enabled on this link
Definition at line 49 of file ip6_link.c.
adj_index_t ip6_link_t_::il_mcast_adj |
multicast adjacency for this link
Definition at line 46 of file ip6_link.c.
u32 ip6_link_t_::il_sw_if_index |
interface ip6 is enabled on
Definition at line 37 of file ip6_link.c.