summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.in
blob: f7e0536837d896cb3a79bbbb800d2ecda7c954d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu    "dhcp                "

config DHCP
        bool
        prompt "DHCP"
	help
	  This is the DHCP server from version 3 of the Internet Software
	  Consortium DHCP package. For more information visit the ISC web
 	  site at http://www.isc.org.
  	
	  Dynamic Host Configuration Protocol (DHCP) is a protocol like 
	  BOOTP (actually dhcpd includes much of the functionality of 
	  BOOTPD!). It assigns IP addresses to clients based on lease 
	  times. 
 
 	  Multiple Ethernet Interfaces are supported by this DHCP package.

endmenu