diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-15 11:58:34 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-15 12:58:05 +0100 |
| commit | 8a5094e0bd4c1be7000bc520d81ac03f6daff3f3 (patch) | |
| tree | bae04632c150da30a39a0ed50bffbbc7d0e40336 /interface-definitions/include/firewall/source-destination-group.xml.i | |
| parent | edb2ceb181acbc86a1cd34b97f4b62da38ee3dd6 (diff) | |
| download | vyos-1x-8a5094e0bd4c1be7000bc520d81ac03f6daff3f3.tar.gz vyos-1x-8a5094e0bd4c1be7000bc520d81ac03f6daff3f3.zip | |
xml: T8271: create re-usable XML block for port-group and domain-group
$ 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.i | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/interface-definitions/include/firewall/source-destination-group.xml.i b/interface-definitions/include/firewall/source-destination-group.xml.i index 6ebee356c..06bd319ed 100644 --- a/interface-definitions/include/firewall/source-destination-group.xml.i +++ b/interface-definitions/include/firewall/source-destination-group.xml.i @@ -12,15 +12,6 @@ </completionHelp> </properties> </leafNode> - <leafNode name="domain-group"> - <properties> - <help>Group of domains</help> - <completionHelp> - <path>firewall group domain-group</path> - </completionHelp> - </properties> - </leafNode> - #include <include/firewall/mac-group.xml.i> <leafNode name="network-group"> <properties> <help>Group of networks</help> @@ -29,14 +20,9 @@ </completionHelp> </properties> </leafNode> - <leafNode name="port-group"> - <properties> - <help>Group of ports</help> - <completionHelp> - <path>firewall group port-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 --> |
