udhcp: remove two unused fields
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1497484839
commit
6ef8def7cf
@ -9,7 +9,6 @@ struct client_config_t {
|
|||||||
char no_default_options; /* Do not include default options in request */
|
char no_default_options; /* Do not include default options in request */
|
||||||
IF_FEATURE_UDHCP_PORT(uint16_t port;)
|
IF_FEATURE_UDHCP_PORT(uint16_t port;)
|
||||||
int ifindex; /* Index number of the interface to use */
|
int ifindex; /* Index number of the interface to use */
|
||||||
int verbose;
|
|
||||||
uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */
|
uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */
|
||||||
const char *interface; /* The name of the interface to use */
|
const char *interface; /* The name of the interface to use */
|
||||||
char *pidfile; /* Optionally store the process ID */
|
char *pidfile; /* Optionally store the process ID */
|
||||||
|
@ -39,7 +39,6 @@ struct server_config_t {
|
|||||||
#endif
|
#endif
|
||||||
uint8_t server_mac[6]; /* our MAC address (used only for ARP probing) */
|
uint8_t server_mac[6]; /* our MAC address (used only for ARP probing) */
|
||||||
struct option_set *options; /* list of DHCP options loaded from the config file */
|
struct option_set *options; /* list of DHCP options loaded from the config file */
|
||||||
int verbose;
|
|
||||||
/* start,end are in host order: we need to compare start <= ip <= end */
|
/* start,end are in host order: we need to compare start <= ip <= end */
|
||||||
uint32_t start_ip; /* start address of leases, in host order */
|
uint32_t start_ip; /* start address of leases, in host order */
|
||||||
uint32_t end_ip; /* end of leases, in host order */
|
uint32_t end_ip; /* end of leases, in host order */
|
||||||
|
Loading…
Reference in New Issue
Block a user