diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-16 15:45:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 15:45:01 +0100 |
| commit | 33752c9a41f2e79c1ef3884188968d0f48bc79d8 (patch) | |
| tree | b309b02d15d913709a88bf120551e511559459a1 /interface-definitions/include/nat-rule.xml.i | |
| parent | 2bf396b489f89ee76d8f8ad6633bcea0aac82e26 (diff) | |
| parent | 93a5c32c0d473a8318e9733ce8ded544961a6a27 (diff) | |
| download | vyos-1x-33752c9a41f2e79c1ef3884188968d0f48bc79d8.tar.gz vyos-1x-33752c9a41f2e79c1ef3884188968d0f48bc79d8.zip | |
Merge pull request #4991 from c-po/policy-xml-cleanup
xml: T8271: cleanup duplicate includes and split duplicate code into new building blocks
Diffstat (limited to 'interface-definitions/include/nat-rule.xml.i')
| -rw-r--r-- | interface-definitions/include/nat-rule.xml.i | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/interface-definitions/include/nat-rule.xml.i b/interface-definitions/include/nat-rule.xml.i index 0a7179ff1..3d5a6ede1 100644 --- a/interface-definitions/include/nat-rule.xml.i +++ b/interface-definitions/include/nat-rule.xml.i @@ -21,7 +21,12 @@ #include <include/firewall/fqdn.xml.i> #include <include/nat-address.xml.i> #include <include/nat-port.xml.i> - #include <include/firewall/source-destination-group.xml.i> + #include <include/firewall/source-destination-group-ipv4.xml.i> + <node name="group"> + <children> + #include <include/firewall/mac-group.xml.i> + </children> + </node> </children> </node> #include <include/generic-disable-node.xml.i> @@ -319,7 +324,12 @@ #include <include/firewall/fqdn.xml.i> #include <include/nat-address.xml.i> #include <include/nat-port.xml.i> - #include <include/firewall/source-destination-group.xml.i> + #include <include/firewall/source-destination-group-ipv4.xml.i> + <node name="group"> + <children> + #include <include/firewall/mac-group.xml.i> + </children> + </node> </children> </node> </children> |
