FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
vl_api_dhcp_compl_event_t Struct Reference

Tell client about a DHCP completion event. More...

Data Fields

u32 client_index
 
u32 pid
 
u8 hostname [64]
 
u8 is_ipv6
 
u8 mask_width
 
u8 host_address [16]
 
u8 router_address [16]
 
u8 host_mac [6]
 

Detailed Description

Tell client about a DHCP completion event.

Template Parameters
client_index- opaque cookie to identify the sender
pid- client pid registered to receive notification
is_ipv6- if non-zero the address is ipv6, else ipv4
mask_width- The length of the subnet mask assigned
host_address- Host IP address
router_address- Router IP address
host_mac- Host MAC address

Definition at line 89 of file dhcp.api.

Field Documentation

u32 vl_api_dhcp_compl_event_t::client_index

Definition at line 91 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::host_address[16]

Definition at line 96 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::host_mac[6]

Definition at line 98 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::hostname[64]

Definition at line 93 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::is_ipv6

Definition at line 94 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::mask_width

Definition at line 95 of file dhcp.api.

u32 vl_api_dhcp_compl_event_t::pid

Definition at line 92 of file dhcp.api.

u8 vl_api_dhcp_compl_event_t::router_address[16]

Definition at line 97 of file dhcp.api.


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