diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/vpn/dmvpn.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-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/vpn/dmvpn.md')
| -rw-r--r-- | docs/configuration/vpn/dmvpn.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/vpn/dmvpn.md b/docs/configuration/vpn/dmvpn.md index 79a6af7b..9aab5a4a 100644 --- a/docs/configuration/vpn/dmvpn.md +++ b/docs/configuration/vpn/dmvpn.md @@ -54,7 +54,7 @@ Baseline DMVPN topology .. cfgcmd:: set protocols nhrp tunnel <tunnel> dynamic-map <address> nbma-domain-name <fqdn> - Specifies that the {abbr}`NBMA (Non-broadcast multiple-access network)` + Specifies that the :abbr:`NBMA (Non-broadcast multiple-access network)` addresses of the next hop servers are defined in the domain name nbma-domain-name. For each A record opennhrp creates a dynamic NHS entry. @@ -87,8 +87,8 @@ Baseline DMVPN topology ```{eval-rst} .. cfgcmd:: set protocols nhrp tunnel <tunnel> map nbma-address <address> - Creates static peer mapping of protocol-address to {abbr}`NBMA (Non-broadcast - multiple-access network)` address. + Creates static peer mapping of protocol-address to + :abbr:`NBMA (Non-broadcast multiple-access network)` address. If the IP prefix mask is present, it directs opennhrp to use this peer as a next hop server when sending Resolution Requests matching this subnet. |
