FD.io VPP
v19.08.3-2-gbabecb413
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] |
u8 | count |
vl_api_domain_server_t | domain_server [count] |
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 |
vl_api_domain_server_t vl_api_dhcp_lease_t::domain_server[count] |