diff options
Diffstat (limited to 'dhcp_wizard/scripts/dhcpd.conf.default')
-rw-r--r-- | dhcp_wizard/scripts/dhcpd.conf.default | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dhcp_wizard/scripts/dhcpd.conf.default b/dhcp_wizard/scripts/dhcpd.conf.default index 5f27acd0..05869f76 100644 --- a/dhcp_wizard/scripts/dhcpd.conf.default +++ b/dhcp_wizard/scripts/dhcpd.conf.default @@ -118,7 +118,6 @@ class "known" { # fixed-address compute9; # TAG: COMPUTER_LIST_END -shared-network "mynetwork" { # subnet 192.168.200.0 netmask 255.255.255.0 { subnet __net__ netmask __mask__ { option subnet-mask __mask__; @@ -142,5 +141,4 @@ subnet __net__ netmask __mask__ { #deny members of "known"; #allow members of "Etherboot"; # } - } -} +}
\ No newline at end of file |