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

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

Data Fields

u32 client_index
 
u32 pid
 
vl_api_interface_index_t sw_if_index
 
u32 server_index
 
vl_api_dhcpv6_msg_type_t 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 490 of file dhcp.api.

Field Documentation

◆ client_index

u32 vl_api_dhcp6_pd_reply_event_t::client_index

Definition at line 492 of file dhcp.api.

◆ inner_status_code

u16 vl_api_dhcp6_pd_reply_event_t::inner_status_code

Definition at line 499 of file dhcp.api.

◆ msg_type

vl_api_dhcpv6_msg_type_t vl_api_dhcp6_pd_reply_event_t::msg_type

Definition at line 496 of file dhcp.api.

◆ n_prefixes

u32 vl_api_dhcp6_pd_reply_event_t::n_prefixes

Definition at line 502 of file dhcp.api.

◆ pid

u32 vl_api_dhcp6_pd_reply_event_t::pid

Definition at line 493 of file dhcp.api.

◆ preference

u8 vl_api_dhcp6_pd_reply_event_t::preference

Definition at line 501 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 503 of file dhcp.api.

◆ server_index

u32 vl_api_dhcp6_pd_reply_event_t::server_index

Definition at line 495 of file dhcp.api.

◆ status_code

u16 vl_api_dhcp6_pd_reply_event_t::status_code

Definition at line 500 of file dhcp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_dhcp6_pd_reply_event_t::sw_if_index

Definition at line 494 of file dhcp.api.

◆ T1

u32 vl_api_dhcp6_pd_reply_event_t::T1

Definition at line 497 of file dhcp.api.

◆ T2

u32 vl_api_dhcp6_pd_reply_event_t::T2

Definition at line 498 of file dhcp.api.


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