diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-16 20:04:27 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-16 20:07:12 +0100 |
commit | 019723aaa4217403f1fcbcd636f573ea403f909c (patch) | |
tree | e9b839171fb789b91ac2b04d632d9e40606d89ca /interface-definitions/nat66.xml.in | |
parent | 96ed4f8f130aab266646ac399fdd7465b4751e44 (diff) | |
download | vyos-1x-019723aaa4217403f1fcbcd636f573ea403f909c.tar.gz vyos-1x-019723aaa4217403f1fcbcd636f573ea403f909c.zip |
xml: T5738: re-use "disable" building block
Diffstat (limited to 'interface-definitions/nat66.xml.in')
-rw-r--r-- | interface-definitions/nat66.xml.in | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index 2fd95e03a..1518de8bd 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -25,12 +25,7 @@ </properties> <children> #include <include/generic-description.xml.i> - <leafNode name="disable"> - <properties> - <help>Disable NAT66 rule</help> - <valueless/> - </properties> - </leafNode> + #include <include/generic-disable-node.xml.i> #include <include/nat-exclude.xml.i> #include <include/firewall/log.xml.i> #include <include/firewall/outbound-interface-no-group.xml.i> @@ -141,12 +136,7 @@ </properties> <children> #include <include/generic-description.xml.i> - <leafNode name="disable"> - <properties> - <help>Disable NAT66 rule</help> - <valueless/> - </properties> - </leafNode> + #include <include/generic-disable-node.xml.i> #include <include/nat-exclude.xml.i> <leafNode name="log"> <properties> |