## SECTION=networking menuconfig DHCP tristate 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. if DHCP config DHCP_SERVER bool prompt "DHCP Server dhcpd" help FIXME config DHCP_DHCPD_CONF bool "Install /etc/dhcpd.conf" depends on DHCP_SERVER default y help Installs (if present) the "./projectroot/etc/dhcpd.conf" file from your workspace, otherwise a generic one from the ptxdist installation ("/generic/etc/dhcpd.conf"). config DHCP_CLIENT bool prompt "DHCP Client dhclient" help This is a client process to provide the system it runs on with an IP adress. It also handles a lease refresh if it expires. if DHCP_CLIENT config DHCP_DHCLIENT_CONF bool "Install /etc/dhclient.conf" default y help Installs (if present) the "./projectroot/etc/dhclient.conf" file from your workspace, otherwise a generic one from the ptxdist installation ("/generic/etc/dhclient.conf"). config DHCP_DHCLIENT_SCRIPT bool "Install /etc/dhclient-script" depends on DHCP_DHCLIENT_CONF help Installs (if present) the "./projectroot/etc/dhclient-script" file from your workspace, otherwise a generic one from the ptxdist installation ("/generic/etc/dhclient-script"). endif config DHCP_RELAY bool prompt "DHCP Relay dhcrelay" help FIXME endif