summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/source-destination-group.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-02-15 12:08:20 +0100
committerChristian Breunig <christian@breunig.cc>2026-02-15 12:58:14 +0100
commit6b8139a9ed7426356f9515603e855fb89e5506af (patch)
tree3c6434208e60000b50f6bfba42207e4f4642c9bd /interface-definitions/include/firewall/source-destination-group.xml.i
parent8a5094e0bd4c1be7000bc520d81ac03f6daff3f3 (diff)
downloadvyos-1x-6b8139a9ed7426356f9515603e855fb89e5506af.tar.gz
vyos-1x-6b8139a9ed7426356f9515603e855fb89e5506af.zip
xml: T8271: consolidate source-destination-group.xml.i and it's IPv4 equivalent
$ make interface_definitions $ git add -f templates-cfg $ ... refactor $ make interface_definitions $ git diff templates-cfg No change in any node.def file detected.
Diffstat (limited to 'interface-definitions/include/firewall/source-destination-group.xml.i')
-rw-r--r--interface-definitions/include/firewall/source-destination-group.xml.i28
1 files changed, 0 insertions, 28 deletions
diff --git a/interface-definitions/include/firewall/source-destination-group.xml.i b/interface-definitions/include/firewall/source-destination-group.xml.i
deleted file mode 100644
index 06bd319ed..000000000
--- a/interface-definitions/include/firewall/source-destination-group.xml.i
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- include start from firewall/source-destination-group.xml.i -->
-<node name="group">
- <properties>
- <help>Group</help>
- </properties>
- <children>
- <leafNode name="address-group">
- <properties>
- <help>Group of addresses</help>
- <completionHelp>
- <path>firewall group address-group</path>
- </completionHelp>
- </properties>
- </leafNode>
- <leafNode name="network-group">
- <properties>
- <help>Group of networks</help>
- <completionHelp>
- <path>firewall group network-group</path>
- </completionHelp>
- </properties>
- </leafNode>
- #include <include/firewall/mac-group.xml.i>
- #include <include/firewall/domain-group.xml.i>
- #include <include/firewall/port-group.xml.i>
- </children>
-</node>
-<!-- include end -->