diff options
author | Oguz Yilmaz <oguzyilmaz.orcl@gmail.com> | 2021-05-02 19:08:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 18:08:19 +0200 |
commit | a849f4045a6acc50591fdb4aa78fca9c6e0a5715 (patch) | |
tree | 9d8f0e1b1b121acd9911fcd563106ae4f27583fd /docs/configuration | |
parent | 47258ded49f7f721ff2a9ee8c5459c9252a7d1c6 (diff) | |
download | vyos-documentation-a849f4045a6acc50591fdb4aa78fca9c6e0a5715.tar.gz vyos-documentation-a849f4045a6acc50591fdb4aa78fca9c6e0a5715.zip |
firewall: typo fix in rule-sets matching criteria page
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/firewall/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 35fdfb4a..02cfc7d1 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -306,7 +306,7 @@ There are a lot of matching criteria gainst which the package can be tested. set firewall name WAN-IN-v4 rule 100 source address 192.0.2.10-192.0.2.11 # with a '!' the rule match everything except the specified subnet - set fitewall name WAN-IN-v4 rule 101 source address !203.0.113.0/24 + set firewall name WAN-IN-v4 rule 101 source address !203.0.113.0/24 set firewall ipv6-name WAN-IN-v6 rule 100 source address 2001:db8::202 |