FD.io VPP
v18.01.2-1-g9b554f3
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 77 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 83 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 89 of file dhcp_proxy.h.