From e2f7627157009694eb6b155b175ed109d6bdad22 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:59:53 +0300 Subject: docs: fix 3 grammar/spelling issues across openvpn/ipoe-server/vrf (CodeRabbit review) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit preferrably → preferably (openvpn.md:81) used from → used for (ipoe-server.md:301) 'It and can be' → 'It can be'; wan't → want (vrf/index.md:76) 🤖 Generated by [robots](https://vyos.io) --- docs/configuration/interfaces/openvpn.md | 2 +- docs/configuration/service/ipoe-server.md | 2 +- docs/configuration/vrf/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/configuration/interfaces/openvpn.md b/docs/configuration/interfaces/openvpn.md index 07c5a2d3..5bd78695 100644 --- a/docs/configuration/interfaces/openvpn.md +++ b/docs/configuration/interfaces/openvpn.md @@ -79,7 +79,7 @@ However, since VyOS 1.4, it is possible to verify self-signed certificates using certificate fingerprints. On both sides, you need to generate a self-signed certificate, -preferrably using the "ec" (elliptic curve) type. You can generate them +preferably using the "ec" (elliptic curve) type. You can generate them by executing command `run generate pki certificate self-signed install ` in the configuration mode. Once the command is complete, it will add the diff --git a/docs/configuration/service/ipoe-server.md b/docs/configuration/service/ipoe-server.md index aba0cb8e..f5d02e6f 100644 --- a/docs/configuration/service/ipoe-server.md +++ b/docs/configuration/service/ipoe-server.md @@ -297,7 +297,7 @@ RFC6911. If they are not defined in your RADIUS server, add new [dictionary]. ::: User interface can be put to VRF context via RADIUS Access-Accept -packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used from +packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used for these purposes. It is custom [ACCEL-PPP attribute]. Define it in your RADIUS server. diff --git a/docs/configuration/vrf/index.md b/docs/configuration/vrf/index.md index 88a5a50d..a9100ada 100644 --- a/docs/configuration/vrf/index.md +++ b/docs/configuration/vrf/index.md @@ -73,7 +73,7 @@ can be used to filter which routes zebra will install in the kernel. Nexthop tracking resolve nexthops via the default route by default. This is enabled by default for a traditional profile of FRR which we -use. It and can be disabled if you do not wan't to e.g. allow BGP to +use. It can be disabled if you do not want to e.g. allow BGP to peer across the default route. ```{eval-rst} -- cgit v1.2.3