FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_ip6_ra_event_t Struct Reference

Tell client about a router advertisement event. More...

+ Collaboration diagram for vl_api_ip6_ra_event_t:

Data Fields

u32 client_index
 
u32 pid
 
u32 sw_if_index
 
u8 router_address [16]
 
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
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 889 of file ip.api.

Field Documentation

u32 vl_api_ip6_ra_event_t::client_index

Definition at line 891 of file ip.api.

u8 vl_api_ip6_ra_event_t::current_hop_limit

Definition at line 895 of file ip.api.

u8 vl_api_ip6_ra_event_t::flags

Definition at line 896 of file ip.api.

u32 vl_api_ip6_ra_event_t::n_prefixes

Definition at line 900 of file ip.api.

u32 vl_api_ip6_ra_event_t::neighbor_reachable_time_in_msec

Definition at line 898 of file ip.api.

u32 vl_api_ip6_ra_event_t::pid

Definition at line 892 of file ip.api.

vl_api_ip6_ra_prefix_info_t vl_api_ip6_ra_event_t::prefixes[n_prefixes]

Definition at line 901 of file ip.api.

u8 vl_api_ip6_ra_event_t::router_address[16]

Definition at line 894 of file ip.api.

u16 vl_api_ip6_ra_event_t::router_lifetime_in_sec

Definition at line 897 of file ip.api.

u32 vl_api_ip6_ra_event_t::sw_if_index

Definition at line 893 of file ip.api.

u32 vl_api_ip6_ra_event_t::time_in_msec_between_retransmitted_neighbor_solicitations

Definition at line 899 of file ip.api.


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