diff options
| author | Claude <noreply@anthropic.com> | 2026-05-11 20:02:42 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-11 20:02:42 +0000 |
| commit | 289a0e1fd09b1d2670bfe40f360a86e83e0f09a9 (patch) | |
| tree | c1efa1301377995a496bd5567575c5fad75f96a7 /docs/configuration | |
| parent | a1d046a346e9ec4d0f93cafb7ebf967f636edabe (diff) | |
| download | vyos-documentation-289a0e1fd09b1d2670bfe40f360a86e83e0f09a9.tar.gz vyos-documentation-289a0e1fd09b1d2670bfe40f360a86e83e0f09a9.zip | |
docs: address Copilot grammar review on ospf and vpp ipsec
- ipsec.md: "to speed-up" -> "to speed up"; drop article in "creates a
corresponding SAs and policies"; "there routes" -> "these routes".
- ospf.md: "Cost calculation wireguard interfaces" -> "Cost calculation
for WireGuard interfaces".
https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/protocols/ospf.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/protocols/ospf.md b/docs/configuration/protocols/ospf.md index 7736f0c9..4fcca823 100644 --- a/docs/configuration/protocols/ospf.md +++ b/docs/configuration/protocols/ospf.md @@ -1460,9 +1460,9 @@ set protocols ospfv3 redistribute connected show ipv6 ospfv3 redistribute ``` -Cost calculation wireguard interfaces is unreliable as ospfv3 uses the link -speed to calculate the link cost. You might therefore want to set the link -cost to a fixed value on WireGuard tunnels. +Cost calculation for WireGuard interfaces is unreliable as ospfv3 uses the +link speed to calculate the link cost. You might therefore want to set the +link cost to a fixed value on WireGuard tunnels. Example configuration for WireGuard interfaces: |
