FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_dhcp6_reply_event_t Struct Reference

Tell client about a DHCPv6 server reply event. More...

+ Collaboration diagram for vl_api_dhcp6_reply_event_t:

Data Fields

u32 client_index
 
u32 pid
 
u32 sw_if_index
 
u32 server_index
 
u8 msg_type
 
u32 T1
 
u32 T2
 
u16 inner_status_code
 
u16 status_code
 
u8 preference
 
u32 n_addresses
 
vl_api_dhcp6_address_info_t addresses [n_addresses]
 

Detailed Description

Tell client about a DHCPv6 server reply event.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
sw_if_index- index of RX interface, also identifies IAID
server_index- used to dentify DHCPv6 server, unique for each DHCPv6 server on the link
msg_type- message type
T1- value of T1 in IA_NA option
T2- value of T2 in IA_NA option
inner_status_code- value of status code inside IA_NA option
status_code- value of status code
preference- value of preference option in reply message
n_addresses- number of addresses in IA_NA option
addresses- list of addresses in IA_NA option

Definition at line 383 of file dhcp.api.

Field Documentation

vl_api_dhcp6_address_info_t vl_api_dhcp6_reply_event_t::addresses[n_addresses]

Definition at line 396 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::client_index

Definition at line 385 of file dhcp.api.

u16 vl_api_dhcp6_reply_event_t::inner_status_code

Definition at line 392 of file dhcp.api.

u8 vl_api_dhcp6_reply_event_t::msg_type

Definition at line 389 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::n_addresses

Definition at line 395 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::pid

Definition at line 386 of file dhcp.api.

u8 vl_api_dhcp6_reply_event_t::preference

Definition at line 394 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::server_index

Definition at line 388 of file dhcp.api.

u16 vl_api_dhcp6_reply_event_t::status_code

Definition at line 393 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::sw_if_index

Definition at line 387 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::T1

Definition at line 390 of file dhcp.api.

u32 vl_api_dhcp6_reply_event_t::T2

Definition at line 391 of file dhcp.api.


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