summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index 2f2f5b33a..b163ce7eb 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -39,7 +39,6 @@ struct server_config_t {
39#endif 39#endif
40 uint8_t server_mac[6]; /* our MAC address (used only for ARP probing) */ 40 uint8_t server_mac[6]; /* our MAC address (used only for ARP probing) */
41 struct option_set *options; /* list of DHCP options loaded from the config file */ 41 struct option_set *options; /* list of DHCP options loaded from the config file */
42 int verbose;
43 /* start,end are in host order: we need to compare start <= ip <= end */ 42 /* start,end are in host order: we need to compare start <= ip <= end */
44 uint32_t start_ip; /* start address of leases, in host order */ 43 uint32_t start_ip; /* start address of leases, in host order */
45 uint32_t end_ip; /* end of leases, in host order */ 44 uint32_t end_ip; /* end of leases, in host order */