FD.io VPP  v19.08-23-g4b943d6
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 83 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 89 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 95 of file dhcp_proxy.h.


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