From 08fce06943e158bfba2732c04e4955b2f757209c Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Thu, 16 May 2024 09:17:34 +0200 Subject: Fix lint issues --- docs/configuration/service/dhcp-server.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 54125aa4..45555336 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -31,7 +31,8 @@ Configuration Will drop `_` from client DNS record, using only the host declaration name and domain: `.` -.. cfgcmd:: set service dhcp-server shared-network-name domain-name +.. cfgcmd:: set service dhcp-server shared-network-name + domain-name The domain-name parameter should be the domain name that will be appended to the client's hostname to form a fully-qualified domain-name (FQDN) (DHCP @@ -40,7 +41,8 @@ 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 domain-search +.. cfgcmd:: set service dhcp-server shared-network-name + domain-search 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 @@ -49,7 +51,8 @@ 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-server
+.. cfgcmd:: set service dhcp-server shared-network-name + name-server
Inform client that the DNS server can be found at `
`. @@ -234,7 +237,8 @@ inside the subnet definition but can be outside of the range statement. **Example:** -* IP address ``192.168.1.100`` shall be statically mapped to client named ``client1`` +* IP address ``192.168.1.100`` shall be statically mapped to + client named ``client1`` .. code-block:: none -- cgit v1.2.3