diff options
| author | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
| commit | d9212421139416f1feb454ea71cfca75fa1ab2b8 (patch) | |
| tree | f588738c158f39f4f8c29e58ba33efef4806fbdd /docs/configuration/policy | |
| parent | a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c (diff) | |
| download | vyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.tar.gz vyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.zip | |
docs: fix typos across configuration, contributing, and vpp docs
Corrections include: adresses->addresses, oder->other, Them->The,
criterias->criteria, seeting->setting, carefull->careful,
beeing->being, reenable->re-enable, wich->which, derection->direction,
Whith->With, assosiate->associate, fpr->for, bootup->boot, trough->through.
https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
Diffstat (limited to 'docs/configuration/policy')
| -rw-r--r-- | docs/configuration/policy/route.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/policy/route.md b/docs/configuration/policy/route.md index b3ef6540..d2a6e8fa 100644 --- a/docs/configuration/policy/route.md +++ b/docs/configuration/policy/route.md @@ -201,7 +201,7 @@ about what type-name criteria are supported. ```{cfgcmd} set policy route6 \<name\> rule \<n\> ipsec \<match-ipsec|match-none\> -Set IPSec inbound match criterias, where: +Set IPSec inbound match criteria, where: * match-ipsec: match inbound IPsec packets. * match-none: match inbound non-IPsec packets. ``` @@ -270,7 +270,7 @@ Match based on packet type criteria. ```{cfgcmd} set policy route6 \<name\> rule \<n\> recent time \<1-4294967295\> Set parameters for matching recently seen sources. This match could be used -by seeting count (source address seen more than <1-255> times) and/or time +by setting count (source address seen more than <1-255> times) and/or time (source address seen in the last <0-4294967295> seconds). ``` |
