diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-09-07 07:28:20 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-09-07 07:28:20 +0000 |
commit | 035489857aaac1e742b78e13eed3a7c1a0896ce5 (patch) | |
tree | 6048ca0b641f0b7c1b5f423046e22cd6d8de2e65 /dhcp_wizard/scripts | |
parent | ddb6f326afeea9c9b15a1a79ed724832d1396d16 (diff) | |
download | drakwizard-035489857aaac1e742b78e13eed3a7c1a0896ce5.tar drakwizard-035489857aaac1e742b78e13eed3a7c1a0896ce5.tar.gz drakwizard-035489857aaac1e742b78e13eed3a7c1a0896ce5.tar.bz2 drakwizard-035489857aaac1e742b78e13eed3a7c1a0896ce5.tar.xz drakwizard-035489857aaac1e742b78e13eed3a7c1a0896ce5.zip |
add dhcpd_interface support
Diffstat (limited to 'dhcp_wizard/scripts')
-rw-r--r-- | dhcp_wizard/scripts/dhcpd.conf.default | 6 |
1 files 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 |