From 3d818b5552a4c941b39ec6b59ef64cead2147d05 Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Sat, 26 Jul 2003 19:13:55 +0000 Subject: [PATCH] easy test drive using loopback --- dhcpd/dhcpd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dhcpd/dhcpd.conf b/dhcpd/dhcpd.conf index 32b1191442..1c96bbffbe 100644 --- a/dhcpd/dhcpd.conf +++ b/dhcpd/dhcpd.conf @@ -15,6 +15,10 @@ option freebsd-swappath code 128 = text; option freebsd-rootopts code 130 = text; option freebsd-swapopts code 131 = text; +# Test drive using loopback +subnet 127.0.0.0 netmask 255.0.0.0 { +} + # Define a particular sample subnet subnet 192.168.1.0 netmask 255.255.255.0 {