FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
A representation of a single DHCP Server within a given VRF config. More...
Data Fields | |
ip46_address_t | dhcp_server |
The address of the DHCP server to which to relay the client's messages. More... | |
u32 | server_fib_index |
The FIB index (not the external Table-ID) in which the server is reachable. More... | |
A representation of a single DHCP Server within a given VRF config.
Definition at line 82 of file dhcp_proxy.h.
ip46_address_t dhcp_server_t_::dhcp_server |
The address of the DHCP server to which to relay the client's messages.
Definition at line 88 of file dhcp_proxy.h.
u32 dhcp_server_t_::server_fib_index |
The FIB index (not the external Table-ID) in which the server is reachable.
Definition at line 94 of file dhcp_proxy.h.