The bootstrap DHCP server is not a router
[icn.git] / env / metal3 / 05_dhcp.conf.sample
index 7aaa3e6..c9a4689 100644 (file)
@@ -2,7 +2,6 @@ default-lease-time 3600;
 max-lease-time 7200;
 authoritative;
 subnet 172.31.1.0 netmask 255.255.255.0 {
-        option routers                  172.31.1.1;
         option subnet-mask              255.255.255.0;
         range   172.31.1.201  172.31.1.254;
 }