diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-05-12 18:00:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 18:00:46 +0300 |
| commit | bfc681807ab2eafe3bfcea55be148deaba29f298 (patch) | |
| tree | f712601131b83af535bdf5e1b3182cabc71daac0 /docs/configuration/policy/route.md | |
| parent | 936abf4cd220de6a55efbf1f555801f2878a0578 (diff) | |
| parent | 9968c956f3eb7f80839148cd0496f3780915e176 (diff) | |
| download | vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.tar.gz vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.zip | |
Merge pull request #1997 from vyos/claude/scan-typos-errors-VJZ5E
docs: fix typos across configuration, contributing, and vpp docs
Diffstat (limited to 'docs/configuration/policy/route.md')
| -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). ``` |
