FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_ip6_ra_event_t Struct Reference

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]
 

Detailed Description

Tell client about a router advertisement event.

Template Parameters
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 216 of file ip6_nd.api.

Field Documentation

◆ client_index

u32 vl_api_ip6_ra_event_t::client_index

Definition at line 218 of file ip6_nd.api.

◆ current_hop_limit

u8 vl_api_ip6_ra_event_t::current_hop_limit

Definition at line 222 of file ip6_nd.api.

◆ flags

u8 vl_api_ip6_ra_event_t::flags

Definition at line 223 of file ip6_nd.api.

◆ n_prefixes

u32 vl_api_ip6_ra_event_t::n_prefixes

Definition at line 227 of file ip6_nd.api.

◆ neighbor_reachable_time_in_msec

u32 vl_api_ip6_ra_event_t::neighbor_reachable_time_in_msec

Definition at line 225 of file ip6_nd.api.

◆ pid

u32 vl_api_ip6_ra_event_t::pid

Definition at line 219 of file ip6_nd.api.

◆ prefixes

vl_api_ip6_ra_prefix_info_t vl_api_ip6_ra_event_t::prefixes[n_prefixes]

Definition at line 228 of file ip6_nd.api.

◆ router_addr

vl_api_ip6_address_t vl_api_ip6_ra_event_t::router_addr

Definition at line 221 of file ip6_nd.api.

◆ router_lifetime_in_sec

u16 vl_api_ip6_ra_event_t::router_lifetime_in_sec

Definition at line 224 of file ip6_nd.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_ip6_ra_event_t::sw_if_index

Definition at line 220 of file ip6_nd.api.

◆ time_in_msec_between_retransmitted_neighbor_solicitations

u32 vl_api_ip6_ra_event_t::time_in_msec_between_retransmitted_neighbor_solicitations

Definition at line 226 of file ip6_nd.api.


The documentation for this struct was generated from the following file: