From: Todd Malsbary Date: Tue, 27 Apr 2021 17:34:54 +0000 (-0700) Subject: The bootstrap DHCP server is not a router X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=b40c620e0483db08b3609698381d4778ddec1adc;p=icn.git The bootstrap DHCP server is not a router Signed-off-by: Todd Malsbary Change-Id: Ifa94900be9372e4ec94021443480e214e644d2aa --- diff --git a/env/metal3/05_dhcp.conf.sample b/env/metal3/05_dhcp.conf.sample index 7aaa3e6..c9a4689 100644 --- a/env/metal3/05_dhcp.conf.sample +++ b/env/metal3/05_dhcp.conf.sample @@ -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; }