diff options
| -rw-r--r-- | docs/configuration/protocols/ospf.md | 4 | ||||
| -rw-r--r-- | docs/configuration/service/webproxy.md | 2 | ||||
| -rw-r--r-- | docs/vpp/configuration/ipsec.md | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/protocols/ospf.md b/docs/configuration/protocols/ospf.md index 4fcca823..b3297b3d 100644 --- a/docs/configuration/protocols/ospf.md +++ b/docs/configuration/protocols/ospf.md @@ -807,7 +807,7 @@ interface. ```{opcmd} show ip ospf interface [\<interface\>] -This command displays state and configuration of OSPF the specified +This command displays state and configuration of OSPF for the specified interface, or all interfaces if no interface is given. ``` @@ -1402,7 +1402,7 @@ This command displays the neighbor DR choice information. ``` ```{opcmd} show ipv6 ospfv3 interface [prefix]|[\<interface\> [prefix]] -This command displays state and configuration of OSPF the specified +This command displays state and configuration of OSPF for the specified interface, or all interfaces if no interface is given. With the argument {cfgcmd}`prefix` this command shows connected prefixes to advertise. ``` diff --git a/docs/configuration/service/webproxy.md b/docs/configuration/service/webproxy.md index f76cb741..0a21bed1 100644 --- a/docs/configuration/service/webproxy.md +++ b/docs/configuration/service/webproxy.md @@ -369,7 +369,7 @@ Download/Update complete blacklist vyos@vyos:~$ update webproxy blacklists Warning: No url-filtering blacklist installed Would you like to download a default blacklist? [confirm][y] -Connecting to ftp.univ-tlse1.fr (192.0.2.249:21) +Connecting to ftp.example.com (192.0.2.249:21) blacklists.gz 100% |*************************************************************************************************************| 17.0M 0:00:00 ETA Uncompressing blacklist... Checking permissions... diff --git a/docs/vpp/configuration/ipsec.md b/docs/vpp/configuration/ipsec.md index 710a94b3..6ec442e3 100644 --- a/docs/vpp/configuration/ipsec.md +++ b/docs/vpp/configuration/ipsec.md @@ -9,12 +9,12 @@ lastproofread: '2025-09-04' # VPP IPsec Configuration -VPP Dataplane in VyOS can offload IPSec processing from kernel. This allows -to speed up IPSec traffic handling significantly when necessary conditions +VPP Dataplane in VyOS can offload IPSec processing from the kernel. This can +significantly speed up IPSec traffic handling when the necessary conditions are met. :::{note} -VPP IPsec implementation is not as feature rich as Linux kernel IPsec. It +VPP IPsec implementation is not as feature-rich as Linux kernel IPsec. It supports only a subset of algorithms and modes. ::: |
