FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_dhcp6_pd_reply_event_t Struct Reference

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

+ Collaboration diagram for vl_api_dhcp6_pd_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_prefixes
 
vl_api_dhcp6_pd_prefix_info_t prefixes [n_prefixes]
 

Detailed Description

Tell client about a DHCPv6 PD 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
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_PD option
T2- value of T2 in IA_PD option
inner_status_code- value of status code inside IA_PD option
status_code- value of the main status code of DHCPv6 message
preference- value of preference option in reply message
n_prefixes- number of prefixes in IA_PD option
prefixes- list of prefixes in IA_PD option

Definition at line 414 of file dhcp.api.

Field Documentation

◆ client_index

u32 vl_api_dhcp6_pd_reply_event_t::client_index

Definition at line 416 of file dhcp.api.

◆ inner_status_code

u16 vl_api_dhcp6_pd_reply_event_t::inner_status_code

Definition at line 423 of file dhcp.api.

◆ msg_type

u8 vl_api_dhcp6_pd_reply_event_t::msg_type

Definition at line 420 of file dhcp.api.

◆ n_prefixes

u32 vl_api_dhcp6_pd_reply_event_t::n_prefixes

Definition at line 426 of file dhcp.api.

◆ pid

u32 vl_api_dhcp6_pd_reply_event_t::pid

Definition at line 417 of file dhcp.api.

◆ preference

u8 vl_api_dhcp6_pd_reply_event_t::preference

Definition at line 425 of file dhcp.api.

◆ prefixes

vl_api_dhcp6_pd_prefix_info_t vl_api_dhcp6_pd_reply_event_t::prefixes[n_prefixes]

Definition at line 427 of file dhcp.api.

◆ server_index

u32 vl_api_dhcp6_pd_reply_event_t::server_index

Definition at line 419 of file dhcp.api.

◆ status_code

u16 vl_api_dhcp6_pd_reply_event_t::status_code

Definition at line 424 of file dhcp.api.

◆ sw_if_index

u32 vl_api_dhcp6_pd_reply_event_t::sw_if_index

Definition at line 418 of file dhcp.api.

◆ T1

u32 vl_api_dhcp6_pd_reply_event_t::T1

Definition at line 421 of file dhcp.api.

◆ T2

u32 vl_api_dhcp6_pd_reply_event_t::T2

Definition at line 422 of file dhcp.api.


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