FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
dhcp_server_t_ Struct Reference

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...
 

Detailed Description

A representation of a single DHCP Server within a given VRF config.

Definition at line 63 of file dhcp_proxy.h.

Field Documentation

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 69 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 75 of file dhcp_proxy.h.


The documentation for this struct was generated from the following file: