summaryrefslogtreecommitdiff
path: root/docs/installation
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/installation
parent11521fd4e5f8e19592d03e102bbf69ee948e0766 (diff)
downloadvyos-documentation-ad7eaafed56898ddc0377d37efa57f6339d8ef9f.tar.gz
vyos-documentation-ad7eaafed56898ddc0377d37efa57f6339d8ef9f.zip
dhcp: T3316: Update documentation for Kea implementation
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/install.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/installation/install.rst b/docs/installation/install.rst
index 2bbce8ee..bf0f11fe 100644
--- a/docs/installation/install.rst
+++ b/docs/installation/install.rst
@@ -458,9 +458,11 @@ In this example we configured an existent VyOS as the DHCP server:
vyos@vyos# show service dhcp-server
shared-network-name mydhcp {
subnet 192.168.1.0/24 {
- bootfile-name pxelinux.0
- bootfile-server 192.168.1.50
- default-router 192.168.1.50
+ option {
+ bootfile-name pxelinux.0
+ bootfile-server 192.168.1.50
+ default-router 192.168.1.50
+ }
range 0 {
start 192.168.1.70
stop 192.168.1.100