aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r--networking/udhcp/Config.src11
1 files changed, 9 insertions, 2 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index 7ba7f48fc..4b9259eb8 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -10,6 +10,13 @@ config UDHCPD
10 udhcpd is a DHCP server geared primarily toward embedded systems, 10 udhcpd is a DHCP server geared primarily toward embedded systems,
11 while striving to be fully functional and RFC compliant. 11 while striving to be fully functional and RFC compliant.
12 12
13config FEATURE_UDHCPD_BOOTP
14 bool "Answer to BOOTP requests as well"
15 default y
16 depends on UDHCPD
17 help
18 Support old BOOTP protocol too.
19
13config FEATURE_UDHCPD_BASE_IP_ON_MAC 20config FEATURE_UDHCPD_BASE_IP_ON_MAC
14 bool "Select IP address based on client MAC" 21 bool "Select IP address based on client MAC"
15 default n 22 default n
@@ -43,7 +50,7 @@ config DHCPD_LEASES_FILE
43 of the file. Normally it is safe to leave it untouched. 50 of the file. Normally it is safe to leave it untouched.
44 51
45config DUMPLEASES 52config DUMPLEASES
46 bool "dumpleases (5.1 kb)" 53 bool "dumpleases (5.3 kb)"
47 default y 54 default y
48 help 55 help
49 dumpleases displays the leases written out by the udhcpd. 56 dumpleases displays the leases written out by the udhcpd.
@@ -51,7 +58,7 @@ config DUMPLEASES
51 by the absolute time that it expires in seconds from epoch. 58 by the absolute time that it expires in seconds from epoch.
52 59
53config DHCPRELAY 60config DHCPRELAY
54 bool "dhcprelay (5.2 kb)" 61 bool "dhcprelay (5.5 kb)"
55 default y 62 default y
56 help 63 help
57 dhcprelay listens for DHCP requests on one or more interfaces 64 dhcprelay listens for DHCP requests on one or more interfaces