diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-21 22:08:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-21 22:09:00 +0200 |
commit | 7f6393838cdd607b2e73db975ab1a56e6bfb36ab (patch) | |
tree | 41477bd97e38d60b29098cf89afec3a0be5368e8 | |
parent | 10f981100001e96034ad9da6ac28d08e8a8ad929 (diff) | |
download | vyos-documentation-7f6393838cdd607b2e73db975ab1a56e6bfb36ab.tar.gz vyos-documentation-7f6393838cdd607b2e73db975ab1a56e6bfb36ab.zip |
dhcp: document per shared-network domain-search option
-rw-r--r-- | docs/configuration/service/dhcp-server.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 45423415..115c57c2 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -30,6 +30,15 @@ Configuration This is the configuration parameter for the entire shared network definition. All subnets will inherit this configuration item if not specified locally. +.. cfgcmd:: set service dhcp-server shared-network-name <name> domain-search <domain-name> + + The domain-name parameter should be the domain name used when completing DNS + request where no full FQDN is passed. This option can be given multiple times + if you need multiple search domains (DHCP Option 119). + + This is the configuration parameter for the entire shared network definition. + All subnets will inherit this configuration item if not specified locally. + .. cfgcmd:: set service dhcp-server shared-network-name <name> name-server <address> Inform client that the DNS server can be found at `<address>`. |