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/installation | |
| 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/installation')
| -rw-r--r-- | docs/installation/virtual/vmware.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/virtual/vmware.md b/docs/installation/virtual/vmware.md index 34fb2197..66278ae9 100644 --- a/docs/installation/virtual/vmware.md +++ b/docs/installation/virtual/vmware.md @@ -12,7 +12,7 @@ lastproofread: '2026-02-02' using a generic Linux instance by attaching the bootable ISO file and installing using the `install image` command. -:::{NOTE} +:::{note} Previous issues have been documented with GRE/IPSEC tunneling using the E1000 adapter on VyOS guests. Use the VMXNET3 adapter instead. ::: |
