diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-02 18:38:55 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 16:18:03 +0300 |
| commit | 5dbb26f7b468874a8c6d1ba1a9cca3bb3d40f24f (patch) | |
| tree | df43e194b04bbff772da7d7506edb7f57f12a3da /docs/configuration | |
| parent | f7bab3007a9e0d0fef3ec551a677380a00b12d6a (diff) | |
| download | vyos-documentation-5dbb26f7b468874a8c6d1ba1a9cca3bb3d40f24f.tar.gz vyos-documentation-5dbb26f7b468874a8c6d1ba1a9cca3bb3d40f24f.zip | |
docs: address Copilot review feedback on imported MyST pages
Fix issues flagged by Copilot review on PR #1857 (the same content lives
in myst/current as the canonical source):
Real bugs:
- site-2-site-cisco.md: replace curly quote (U+2019) with ASCII apostrophe
- rsa-keys.md: fix typo "key-pair nam>>" → "key-pair name>"
- vmware.md: lowercase admonition directive (:::{NOTE} → :::{note})
- vpp/configuration/nat/index.md: remove blank line inside {include} fence
Grammar:
- vpp/configuration/interfaces/loopback.md: "bounded" → "bound"
- vpp/configuration/sflow.md: "VyOS support" → "VyOS supports"
- vpp/requirements.md: "bypass" → "bypasses"
- vpp/configuration/dataplane/interface.md: "configures" → "configure"
CI linter (IP addresses):
- nmp.md: wrap 8.8.8.8 example with stop/start_vyoslinter
- lac-lns.md: wrap LNS config block (contains 8.8.8.8)
- wan-load-balancing.md: wrap whole file (illustrative non-RFC IPs)
- policy/examples.md: replace 192.0.1.1 with RFC 5737 192.0.2.1
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/policy/examples.md | 2 | ||||
| -rw-r--r-- | docs/configuration/vpn/rsa-keys.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/policy/examples.md b/docs/configuration/policy/examples.md index 86aba9a9..2b5d54d2 100644 --- a/docs/configuration/policy/examples.md +++ b/docs/configuration/policy/examples.md @@ -105,7 +105,7 @@ Policy-Based Routing with multiple ISP uplinks Add default routes for routing `table 10` and `table 11` ```none -set protocols static table 10 route 0.0.0.0/0 next-hop 192.0.1.1 +set protocols static table 10 route 0.0.0.0/0 next-hop 192.0.2.1 set protocols static table 11 route 0.0.0.0/0 next-hop 192.0.2.2 ``` diff --git a/docs/configuration/vpn/rsa-keys.md b/docs/configuration/vpn/rsa-keys.md index b224b514..875ba91b 100644 --- a/docs/configuration/vpn/rsa-keys.md +++ b/docs/configuration/vpn/rsa-keys.md @@ -10,7 +10,7 @@ To make IPSec work with dynamic address on one/both sides, we will have to use RSA keys for authentication. They are very fast and easy to setup. First, on both routers run the operational command "generate pki key-pair -install \<key-pair nam>>". You may choose different length than 2048 of course. +install \<key-pair name>". You may choose different length than 2048 of course. ```none vyos@left# run generate pki key-pair install ipsec-LEFT |
