diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-12 20:48:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 20:48:58 +0200 |
commit | 9e0b04bc690d82d959b0e2b65ef32b72aaf828c4 (patch) | |
tree | f5c5253b4cd9c402fe1533d9631c12c2b2b3509c /interface-definitions/include | |
parent | 324bc83fc4ce2050ff33b164b392219923d6ec5d (diff) | |
parent | 2c30c8a504a197502366e38053cf485494767c17 (diff) | |
download | vyos-1x-9e0b04bc690d82d959b0e2b65ef32b72aaf828c4.tar.gz vyos-1x-9e0b04bc690d82d959b0e2b65ef32b72aaf828c4.zip |
T7386: firewall: Allow IPv6 member in firewall remote-groups
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/firewall/common-rule-ipv6.xml.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/interface-definitions/include/firewall/common-rule-ipv6.xml.i b/interface-definitions/include/firewall/common-rule-ipv6.xml.i index bb176fe71..65ec415fb 100644 --- a/interface-definitions/include/firewall/common-rule-ipv6.xml.i +++ b/interface-definitions/include/firewall/common-rule-ipv6.xml.i @@ -16,6 +16,7 @@ #include <include/firewall/port.xml.i> #include <include/firewall/source-destination-group-ipv6.xml.i> #include <include/firewall/source-destination-dynamic-group-ipv6.xml.i> + #include <include/firewall/source-destination-remote-group.xml.i> </children> </node> <leafNode name="jump-target"> @@ -39,6 +40,7 @@ #include <include/firewall/port.xml.i> #include <include/firewall/source-destination-group-ipv6.xml.i> #include <include/firewall/source-destination-dynamic-group-ipv6.xml.i> + #include <include/firewall/source-destination-remote-group.xml.i> </children> </node> -<!-- include end -->
\ No newline at end of file +<!-- include end --> |