FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
A representation of an IP neighbour/peer. More...
Data Fields | |
ip_neighbor_key_t * | ipn_key |
The idempotent key. More... | |
mac_address_t | ipn_mac |
The learned MAC address of the neighbour. More... | |
ip_neighbor_flags_t | ipn_flags |
Falgs for this object. More... | |
f64 | ipn_time_last_updated |
Aging related data. More... | |
u8 | ipn_n_probes |
index_t | ipn_elt |
fib_node_index_t | ipn_fib_entry_index |
The index of the adj fib created for this neighbour. More... | |
A representation of an IP neighbour/peer.
Definition at line 67 of file ip_neighbor_types.h.
index_t ip_neighbor_t_::ipn_elt |
Definition at line 91 of file ip_neighbor_types.h.
fib_node_index_t ip_neighbor_t_::ipn_fib_entry_index |
The index of the adj fib created for this neighbour.
Definition at line 96 of file ip_neighbor_types.h.
ip_neighbor_flags_t ip_neighbor_t_::ipn_flags |
Falgs for this object.
Definition at line 82 of file ip_neighbor_types.h.
ip_neighbor_key_t* ip_neighbor_t_::ipn_key |
The idempotent key.
Definition at line 72 of file ip_neighbor_types.h.
mac_address_t ip_neighbor_t_::ipn_mac |
The learned MAC address of the neighbour.
Definition at line 77 of file ip_neighbor_types.h.
u8 ip_neighbor_t_::ipn_n_probes |
Definition at line 90 of file ip_neighbor_types.h.
f64 ip_neighbor_t_::ipn_time_last_updated |
Aging related data.
Definition at line 89 of file ip_neighbor_types.h.