summaryrefslogtreecommitdiff
path: root/docs/configuration/service/dhcp-server.md
diff options
context:
space:
mode:
authorLiudmylaNad <l.nadolina@vyos.io>2026-08-04 11:54:54 +0200
committerGitHub <noreply@github.com>2026-08-04 10:54:54 +0100
commit873a388fdb5faeb869881cc780de16c96385e433 (patch)
treea45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/service/dhcp-server.md
parent2ea0928fc0277eacb208765ab119055908b8e184 (diff)
downloadvyos-documentation-sagitta.tar.gz
vyos-documentation-sagitta.zip
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/service/dhcp-server.md')
-rw-r--r--docs/configuration/service/dhcp-server.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/service/dhcp-server.md b/docs/configuration/service/dhcp-server.md
index 0373c2c3..dcba02cf 100644
--- a/docs/configuration/service/dhcp-server.md
+++ b/docs/configuration/service/dhcp-server.md
@@ -702,7 +702,7 @@ section.
.. cfgcmd:: set service dhcpv6-server shared-network-name <name> subnet
<prefix> nis-domain <domain-name>
- A {abbr}`NIS (Network Information Service)` domain can be set to be used for
+ A :abbr:`NIS (Network Information Service)` domain can be set to be used for
DHCPv6 clients.
```
@@ -710,7 +710,7 @@ section.
.. cfgcmd:: set service dhcpv6-server shared-network-name <name> subnet
<prefix> nisplus-domain <domain-name>
- The procedure to specify a {abbr}`NIS+ (Network Information Service Plus)`
+ The procedure to specify a :abbr:`NIS+ (Network Information Service Plus)`
domain is similar to the NIS domain one:
```
@@ -732,7 +732,7 @@ section.
.. cfgcmd:: set service dhcpv6-server shared-network-name <name> subnet
<prefix> sip-server <address | fqdn>
- Specify a {abbr}`SIP (Session Initiation Protocol)` server by IPv6
+ Specify a :abbr:`SIP (Session Initiation Protocol)` server by IPv6
address of Fully Qualified Domain Name for all DHCPv6 clients.
```