summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-21 22:08:50 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-21 22:09:15 +0200
commit37d523f4fbb8b97df41927f42024af8e5f360f60 (patch)
tree527908b5f832aec296cd5410f63af9919cb60828 /docs/configuration/service
parent78fa8bf11eb7f3cb7c22adfa500ad2d495e97efc (diff)
downloadvyos-documentation-37d523f4fbb8b97df41927f42024af8e5f360f60.tar.gz
vyos-documentation-37d523f4fbb8b97df41927f42024af8e5f360f60.zip
dhcp: document per shared-network domain-search option
(cherry picked from commit 7f6393838cdd607b2e73db975ab1a56e6bfb36ab)
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/dhcp-server.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst
index 6d49445f..c3f21b80 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>`.