FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
dhcp_proxy_main_t Struct Reference

Collection of global DHCP proxy data. More...

+ Collaboration diagram for dhcp_proxy_main_t:

Data Fields

dhcp_proxy_tdhcp_servers [DHCP_N_PROTOS]
 
u32dhcp_server_index_by_rx_fib_index [DHCP_N_PROTOS]
 
u32 error_drop_node_index
 
dhcp_vss_tvss [DHCP_N_PROTOS]
 
u32vss_index_by_rx_fib_index [DHCP_N_PROTOS]
 
int udp_ports_registered
 
vlib_main_tvlib_main
 

Detailed Description

Collection of global DHCP proxy data.

Definition at line 140 of file dhcp_proxy.h.

Field Documentation

u32* dhcp_proxy_main_t::dhcp_server_index_by_rx_fib_index[DHCP_N_PROTOS]

Definition at line 146 of file dhcp_proxy.h.

dhcp_proxy_t* dhcp_proxy_main_t::dhcp_servers[DHCP_N_PROTOS]

Definition at line 143 of file dhcp_proxy.h.

u32 dhcp_proxy_main_t::error_drop_node_index

Definition at line 149 of file dhcp_proxy.h.

int dhcp_proxy_main_t::udp_ports_registered

Definition at line 157 of file dhcp_proxy.h.

vlib_main_t* dhcp_proxy_main_t::vlib_main

Definition at line 160 of file dhcp_proxy.h.

dhcp_vss_t* dhcp_proxy_main_t::vss[DHCP_N_PROTOS]

Definition at line 151 of file dhcp_proxy.h.

u32* dhcp_proxy_main_t::vss_index_by_rx_fib_index[DHCP_N_PROTOS]

Definition at line 154 of file dhcp_proxy.h.


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