From 7f6393838cdd607b2e73db975ab1a56e6bfb36ab Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Tue, 21 Sep 2021 22:08:50 +0200
Subject: dhcp: document per shared-network domain-search option

---
 docs/configuration/service/dhcp-server.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

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>`.
-- 
cgit v1.2.3