FD.io VPP  v19.04.2-12-g66b1689
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 400 of file dhcp.api.

Field Documentation

u32 vl_api_dhcp6_pd_reply_event_t::client_index

Definition at line 402 of file dhcp.api.

u16 vl_api_dhcp6_pd_reply_event_t::inner_status_code

Definition at line 409 of file dhcp.api.

u8 vl_api_dhcp6_pd_reply_event_t::msg_type

Definition at line 406 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::n_prefixes

Definition at line 412 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::pid

Definition at line 403 of file dhcp.api.

u8 vl_api_dhcp6_pd_reply_event_t::preference

Definition at line 411 of file dhcp.api.

vl_api_dhcp6_pd_prefix_info_t vl_api_dhcp6_pd_reply_event_t::prefixes[n_prefixes]

Definition at line 413 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::server_index

Definition at line 405 of file dhcp.api.

u16 vl_api_dhcp6_pd_reply_event_t::status_code

Definition at line 410 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::sw_if_index

Definition at line 404 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::T1

Definition at line 407 of file dhcp.api.

u32 vl_api_dhcp6_pd_reply_event_t::T2

Definition at line 408 of file dhcp.api.


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