summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dhcpd.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/dhcpd.conf b/dhcpd.conf
index e0e295a..2a7884e 100644
--- a/dhcpd.conf
+++ b/dhcpd.conf
@@ -18,12 +18,12 @@ subnet __NETADDRESS__ netmask __NETMASK__ {
option time-servers __ADDRESS__;
range dynamic-bootp __MINHOST__ __MAXHOST__;
+}
- # make sure we do not serve our own address
- host localhost {
- hardware ethernet de:ad:00:be:ef:00;
- fixed-address __ADDRESS__;
- }
+# make sure we do not serve our own address
+host localhost {
+ hardware ethernet de:ad:00:be:ef:00;
+ fixed-address __ADDRESS__;
}
class "PXEClient" {