EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
dhcp_conf Struct Reference

The dhcp configuration structures. More...

#include <dhcp_config.h>

Data Fields

char dhcp_bin_path [MAX_OS_PATH_LEN]
 
char dhcp_conf_path [MAX_OS_PATH_LEN]
 
char dhcp_script_path [MAX_OS_PATH_LEN]
 
char dhcp_leasefile_path [MAX_OS_PATH_LEN]
 
char bridge_prefix [IF_NAMESIZE]
 
char interface_prefix [IF_NAMESIZE]
 
char wifi_interface [IF_NAMESIZE]
 
UT_array * config_dhcpinfo_array
 

Detailed Description

The dhcp configuration structures.

Field Documentation

◆ bridge_prefix

char dhcp_conf::bridge_prefix[IF_NAMESIZE]

The bridge interface prefix.

◆ config_dhcpinfo_array

UT_array* dhcp_conf::config_dhcpinfo_array

Array containg the mapping between VLAN ID sand IP address range.

◆ dhcp_bin_path

char dhcp_conf::dhcp_bin_path[MAX_OS_PATH_LEN]

The dhcp bin path string

◆ dhcp_conf_path

char dhcp_conf::dhcp_conf_path[MAX_OS_PATH_LEN]

The dhcp config path string

◆ dhcp_leasefile_path

char dhcp_conf::dhcp_leasefile_path[MAX_OS_PATH_LEN]

The dhcp lease file path string

◆ dhcp_script_path

char dhcp_conf::dhcp_script_path[MAX_OS_PATH_LEN]

The dhcp executable script path string

◆ interface_prefix

char dhcp_conf::interface_prefix[IF_NAMESIZE]

The interface prefix.

◆ wifi_interface

char dhcp_conf::wifi_interface[IF_NAMESIZE]

The wifi interface.


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