diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-01-23 18:43:34 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-01 07:15:29 +0000 |
commit | f00a8dd320ed52677d3c45044cf03eaf63818567 (patch) | |
tree | e46c54c38eda1276b95a74ad4b0a7f5ef10a0d7e /interface-definitions/include/firewall/match-ipsec.xml.i | |
parent | f940318e132568abb8322aa6d5c22181c5280012 (diff) | |
download | vyos-1x-f00a8dd320ed52677d3c45044cf03eaf63818567.tar.gz vyos-1x-f00a8dd320ed52677d3c45044cf03eaf63818567.zip |
T5977: firewall: remove ipsec options in output chain rule definitions, since it's not supported.
(cherry picked from commit 9d490ecf616eb9d019beee37a3802705c4109d9d)
Diffstat (limited to 'interface-definitions/include/firewall/match-ipsec.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/match-ipsec.xml.i | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/match-ipsec.xml.i b/interface-definitions/include/firewall/match-ipsec.xml.i new file mode 100644 index 000000000..82c2b324d --- /dev/null +++ b/interface-definitions/include/firewall/match-ipsec.xml.i @@ -0,0 +1,21 @@ +<!-- include start from firewall/match-ipsec.xml.i --> +<node name="ipsec"> + <properties> + <help>Inbound IPsec packets</help> + </properties> + <children> + <leafNode name="match-ipsec"> + <properties> + <help>Inbound IPsec packets</help> + <valueless/> + </properties> + </leafNode> + <leafNode name="match-none"> + <properties> + <help>Inbound non-IPsec packets</help> + <valueless/> + </properties> + </leafNode> + </children> +</node> +<!-- include end -->
\ No newline at end of file |