FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Tell client about a router advertisement event. More...
Data Fields | |
u32 | client_index |
u32 | pid |
vl_api_interface_index_t | sw_if_index |
vl_api_ip6_address_t | router_addr |
u8 | current_hop_limit |
u8 | flags |
u16 | router_lifetime_in_sec |
u32 | neighbor_reachable_time_in_msec |
u32 | time_in_msec_between_retransmitted_neighbor_solicitations |
u32 | n_prefixes |
vl_api_ip6_ra_prefix_info_t | prefixes [n_prefixes] |
Tell client about a router advertisement event.
client_index | - opaque cookie to identify the sender |
pid | - client pid registered to receive notification |
current_hop_limit | - RA current hop limit |
flags | - RA flags |
router_lifetime_in_sec | - RA lifetime in seconds |
router_addr | - The router's address |
neighbor_reachable_time_in_msec | - RA neighbor reachable time in msec |
time_in_msec_between_retransmitted_neighbor_solicitations | - time in msec between retransmitted neighbor solicitations |
n_prefixes | - |
prefixes | - |
Definition at line 230 of file ip6_nd.api.
u32 vl_api_ip6_ra_event_t::client_index |
Definition at line 232 of file ip6_nd.api.
u8 vl_api_ip6_ra_event_t::current_hop_limit |
Definition at line 236 of file ip6_nd.api.
u8 vl_api_ip6_ra_event_t::flags |
Definition at line 237 of file ip6_nd.api.
u32 vl_api_ip6_ra_event_t::n_prefixes |
Definition at line 241 of file ip6_nd.api.
u32 vl_api_ip6_ra_event_t::neighbor_reachable_time_in_msec |
Definition at line 239 of file ip6_nd.api.
u32 vl_api_ip6_ra_event_t::pid |
Definition at line 233 of file ip6_nd.api.
vl_api_ip6_ra_prefix_info_t vl_api_ip6_ra_event_t::prefixes[n_prefixes] |
Definition at line 242 of file ip6_nd.api.
vl_api_ip6_address_t vl_api_ip6_ra_event_t::router_addr |
Definition at line 235 of file ip6_nd.api.
u16 vl_api_ip6_ra_event_t::router_lifetime_in_sec |
Definition at line 238 of file ip6_nd.api.
vl_api_interface_index_t vl_api_ip6_ra_event_t::sw_if_index |
Definition at line 234 of file ip6_nd.api.
u32 vl_api_ip6_ra_event_t::time_in_msec_between_retransmitted_neighbor_solicitations |
Definition at line 240 of file ip6_nd.api.