diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 08:14:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 08:14:28 +0100 |
commit | 97db72a4e2c6cae5b0883495236c4c69c9a4187a (patch) | |
tree | f38a12664063961e2eeb8f2b687119e5498e0721 /interface-definitions/include/firewall/match-ipsec.xml.i | |
parent | 77ed2c7e788ea687d9b19257442a3d696130a0d5 (diff) | |
parent | 9d490ecf616eb9d019beee37a3802705c4109d9d (diff) | |
download | vyos-1x-97db72a4e2c6cae5b0883495236c4c69c9a4187a.tar.gz vyos-1x-97db72a4e2c6cae5b0883495236c4c69c9a4187a.zip |
Merge pull request #2887 from nicolas-fort/T5977
T5977: firewall: remove ipsec options in output chain rule definition…
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 |