From 5dbb26f7b468874a8c6d1ba1a9cca3bb3d40f24f Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 2 May 2026 18:38:55 +0300 Subject: docs: address Copilot review feedback on imported MyST pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/vpp/configuration/dataplane/interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/vpp/configuration/dataplane') 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 \ num-rx-queues \ ``` -- cgit v1.2.3