FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Data learned by the client during the DHCP process. More...
Data Fields | |
u32 | sw_if_index |
u8 | state |
u8 | hostname [64] |
u8 | is_ipv6 |
u8 | mask_width |
u8 | host_address [16] |
u8 | router_address [16] |
u8 | host_mac [6] |
Data learned by the client during the DHCP process.
sw_if_index | - the interface on which the client is configured |
state | - the state of the lease (see dhcp_client_state_t) |
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 |