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/vpp | |
| 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/vpp')
| -rw-r--r-- | docs/vpp/configuration/dataplane/interface.md | 2 | ||||
| -rw-r--r-- | docs/vpp/configuration/interfaces/loopback.md | 2 | ||||
| -rw-r--r-- | docs/vpp/configuration/nat/index.md | 1 | ||||
| -rw-r--r-- | docs/vpp/configuration/sflow.md | 2 | ||||
| -rw-r--r-- | docs/vpp/requirements.md | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/docs/vpp/configuration/dataplane/interface.md b/docs/vpp/configuration/dataplane/interface.md index 3f345c8d..02a65ff8 100644 --- a/docs/vpp/configuration/dataplane/interface.md +++ b/docs/vpp/configuration/dataplane/interface.md @@ -27,7 +27,7 @@ Some network interface cards (NICs) may not be compatible with the DPDK driver. ### DPDK interface options -This section shows how to configures DPDK-specific settings for an interface. +This section shows how to configure DPDK-specific settings for an interface. ```{cfgcmd} set vpp settings interface \<interface-name\> num-rx-queues \<value\> ``` diff --git a/docs/vpp/configuration/interfaces/loopback.md b/docs/vpp/configuration/interfaces/loopback.md index 552ec7e3..844892a3 100644 --- a/docs/vpp/configuration/interfaces/loopback.md +++ b/docs/vpp/configuration/interfaces/loopback.md @@ -47,7 +47,7 @@ Administratively disable the loopback interface. ### Kernel Interface Integration -Kernel interface is bounded to the VPP loopback interface for management +Kernel interface is bound to the VPP loopback interface for management and application compatibility. ## IP Address Configuration diff --git a/docs/vpp/configuration/nat/index.md b/docs/vpp/configuration/nat/index.md index aa1698ea..2591a791 100644 --- a/docs/vpp/configuration/nat/index.md +++ b/docs/vpp/configuration/nat/index.md @@ -5,7 +5,6 @@ lastproofread: '2026-03-05' (vpp-config-nat-index)= ```{include} /_include/need_improvement.txt - ``` # VPP NAT Configuration diff --git a/docs/vpp/configuration/sflow.md b/docs/vpp/configuration/sflow.md index a065b6b0..53f6feed 100644 --- a/docs/vpp/configuration/sflow.md +++ b/docs/vpp/configuration/sflow.md @@ -10,7 +10,7 @@ lastproofread: '2025-09-04' # VPP sFlow Configuration -VPP Dataplane in VyOS support sFlow for traffic monitoring and analysis. +VPP Dataplane in VyOS supports sFlow for traffic monitoring and analysis. The VPP Dataplane integration works hand-in-hand with normal kernel sFlow agent, which is responsible for collecting and exporting sFlow samples. VPP itself is responsible for generating the samples. diff --git a/docs/vpp/requirements.md b/docs/vpp/requirements.md index e1443577..159f70d4 100644 --- a/docs/vpp/requirements.md +++ b/docs/vpp/requirements.md @@ -125,7 +125,7 @@ prerequisites before enabling VPP: ``` :::{note} - This option bypass the hardware validation checks for the specified + This option bypasses the hardware validation checks for the specified devices. Stability and performance are not guaranteed when using unsupported NICs or drivers. ::: |
