FD.io VPP  v16.12-rc0-308-g931be3a
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 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
host_address- Host IP address
router_address- Router IP address
host_mac- Host MAC address

Definition at line 3841 of file vpe.api.

Field Documentation

u32 vl_api_dhcp_compl_event_t::client_index

Definition at line 3843 of file vpe.api.

u8 vl_api_dhcp_compl_event_t::host_address[16]

Definition at line 3847 of file vpe.api.

u8 vl_api_dhcp_compl_event_t::host_mac[6]

Definition at line 3849 of file vpe.api.

u8 vl_api_dhcp_compl_event_t::hostname[64]

Definition at line 3845 of file vpe.api.

u8 vl_api_dhcp_compl_event_t::is_ipv6

Definition at line 3846 of file vpe.api.

u32 vl_api_dhcp_compl_event_t::pid

Definition at line 3844 of file vpe.api.

u8 vl_api_dhcp_compl_event_t::router_address[16]

Definition at line 3848 of file vpe.api.


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