![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
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] |
Tell client about a DHCP completion event.
| 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 |