diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-01-10 12:53:01 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-01-10 22:42:05 +0100 |
commit | ad7eaafed56898ddc0377d37efa57f6339d8ef9f (patch) | |
tree | 0336a226465d885b81483789250b807c2b7f0a37 /docs/installation | |
parent | 11521fd4e5f8e19592d03e102bbf69ee948e0766 (diff) | |
download | vyos-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.rst | 8 |
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 |