mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
Firewall: correct ipv4/6 ipsec match parameter
This commit is contained in:
parent
9fd263ad9f
commit
2707e9ac67
@ -771,13 +771,13 @@ geoip) to keep database and rules updated.
|
|||||||
invert the criteria to match is also supported. For example ``!IFACE_GROUP``
|
invert the criteria to match is also supported. For example ``!IFACE_GROUP``
|
||||||
|
|
||||||
.. cfgcmd:: set firewall ipv4 forward filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv4 forward filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-ipsec-out | match-none-in | match-none-out]
|
||||||
.. cfgcmd:: set firewall ipv4 input filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv4 input filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-none-in]
|
||||||
.. cfgcmd:: set firewall ipv4 output filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv4 output filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-out | match-none-out]
|
||||||
.. cfgcmd:: set firewall ipv4 name <name> rule <1-999999>
|
.. cfgcmd:: set firewall ipv4 name <name> rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-ipsec-out | match-none-in | match-none-out]
|
||||||
|
|
||||||
Match based on ipsec.
|
Match based on ipsec.
|
||||||
|
|
||||||
|
|||||||
@ -762,13 +762,13 @@ geoip) to keep database and rules updated.
|
|||||||
invert the criteria to match is also supported. For example ``!IFACE_GROUP``
|
invert the criteria to match is also supported. For example ``!IFACE_GROUP``
|
||||||
|
|
||||||
.. cfgcmd:: set firewall ipv6 forward filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv6 forward filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-ipsec-out | match-none-in | match-none-out]
|
||||||
.. cfgcmd:: set firewall ipv6 input filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv6 input filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-none-in]
|
||||||
.. cfgcmd:: set firewall ipv6 output filter rule <1-999999>
|
.. cfgcmd:: set firewall ipv6 output filter rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-out | match-none-out]
|
||||||
.. cfgcmd:: set firewall ipv6 name <name> rule <1-999999>
|
.. cfgcmd:: set firewall ipv6 name <name> rule <1-999999>
|
||||||
ipsec [match-ipsec | match-none]
|
ipsec [match-ipsec-in | match-ipsec-out | match-none-in | match-none-out]
|
||||||
|
|
||||||
Match based on ipsec.
|
Match based on ipsec.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user