From 035489857aaac1e742b78e13eed3a7c1a0896ce5 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 7 Sep 2004 07:28:20 +0000 Subject: add dhcpd_interface support --- dhcp_wizard/scripts/dhcpd.conf.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhcp_wizard/scripts/dhcpd.conf.default b/dhcp_wizard/scripts/dhcpd.conf.default index 05869f76..80e43759 100644 --- a/dhcp_wizard/scripts/dhcpd.conf.default +++ b/dhcp_wizard/scripts/dhcpd.conf.default @@ -6,11 +6,11 @@ allow bootp; # Your dhcp server is not master on your network ! #not authoritative; # Your dhcpd server is master on your network ! -#authoritative; -not authoritative; +authoritative; +#not authoritative; #Interface where dhcpd is active -#DHCPD_INTERFACE = "eth0"; +DHCPD_INTERFACE = "__dhcpd_interface__"; # Definition of PXE-specific options # Code 1: Multicast IP address of bootfile -- cgit v1.2.1