summaryrefslogtreecommitdiff
path: root/staging/vde2/dhcpd.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'staging/vde2/dhcpd.conf.sample')
-rw-r--r--staging/vde2/dhcpd.conf.sample12
1 files changed, 0 insertions, 12 deletions
diff --git a/staging/vde2/dhcpd.conf.sample b/staging/vde2/dhcpd.conf.sample
deleted file mode 100644
index 565a78b27..000000000
--- a/staging/vde2/dhcpd.conf.sample
+++ /dev/null
@@ -1,12 +0,0 @@
-ddns-update-style none;
-
-subnet 192.168.254.0 netmask 255.255.255.0 {
- range 192.168.254.1 192.168.254.253;
- option routers 192.168.254.254;
- option domain-name "virtual.example.com";
- # find your DNS servers from /etc/resolv.conf
- # otherwise only pure IP addresses will work
- option domain-name-servers 192.168.254.254;
- option broadcast-address 192.168.254.255;
- default-lease-time 86400;
-}