summaryrefslogtreecommitdiff
path: root/docs/configexamples
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2024-01-10 12:53:01 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2024-01-10 22:42:05 +0100
commitad7eaafed56898ddc0377d37efa57f6339d8ef9f (patch)
tree0336a226465d885b81483789250b807c2b7f0a37 /docs/configexamples
parent11521fd4e5f8e19592d03e102bbf69ee948e0766 (diff)
downloadvyos-documentation-ad7eaafed56898ddc0377d37efa57f6339d8ef9f.tar.gz
vyos-documentation-ad7eaafed56898ddc0377d37efa57f6339d8ef9f.zip
dhcp: T3316: Update documentation for Kea implementation
Diffstat (limited to 'docs/configexamples')
-rw-r--r--docs/configexamples/autotest/DHCPRelay_through_GRE/_include/dhcp-server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/autotest/DHCPRelay_through_GRE/_include/dhcp-server.conf b/docs/configexamples/autotest/DHCPRelay_through_GRE/_include/dhcp-server.conf
index 9c4b612a..a3a7f27e 100644
--- a/docs/configexamples/autotest/DHCPRelay_through_GRE/_include/dhcp-server.conf
+++ b/docs/configexamples/autotest/DHCPRelay_through_GRE/_include/dhcp-server.conf
@@ -8,6 +8,6 @@ set protocols static route 10.0.10.0/24 next-hop 10.0.20.254
set protocols static route 192.168.0.0/24 next-hop 127.16.0.2
set service dhcp-server listen-address '172.16.0.1'
set service dhcp-server shared-network-name DHCPTun100 authoritative
-set service dhcp-server shared-network-name DHCPTun100 subnet 192.168.0.0/24 default-router '192.168.0.254'
+set service dhcp-server shared-network-name DHCPTun100 subnet 192.168.0.0/24 option default-router '192.168.0.254'
set service dhcp-server shared-network-name DHCPTun100 subnet 192.168.0.0/24 range 0 start '192.168.0.30'
set service dhcp-server shared-network-name DHCPTun100 subnet 192.168.0.0/24 range 0 stop '192.168.0.30' \ No newline at end of file