The bootstrap DHCP server is not a router 17/4217/2
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 27 Apr 2021 17:34:54 +0000 (10:34 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Tue, 27 Apr 2021 17:42:30 +0000 (17:42 +0000)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ifa94900be9372e4ec94021443480e214e644d2aa

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;
 }