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:40 +0100 |
commit | 777a2a249294cf275655adacc3cf66528e8d1fe1 (patch) | |
tree | 1236755b2b2e1fc970a41c99373d0bc2e1316611 /interface-definitions/include/policy/route-common.xml.i | |
parent | 65df99de6bcaabdfb24e1a8fb0af9aacfdbc0b14 (diff) | |
download | vyos-1x-777a2a249294cf275655adacc3cf66528e8d1fe1.tar.gz vyos-1x-777a2a249294cf275655adacc3cf66528e8d1fe1.zip |
xml: T5738: re-use "disable" building block
(cherry picked from commit 019723aaa4217403f1fcbcd636f573ea403f909c)
Diffstat (limited to 'interface-definitions/include/policy/route-common.xml.i')
-rw-r--r-- | interface-definitions/include/policy/route-common.xml.i | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/interface-definitions/include/policy/route-common.xml.i b/interface-definitions/include/policy/route-common.xml.i index e68c18eef..25c05d126 100644 --- a/interface-definitions/include/policy/route-common.xml.i +++ b/interface-definitions/include/policy/route-common.xml.i @@ -2,12 +2,7 @@ #include <include/policy/route-rule-action.xml.i>
#include <include/generic-description.xml.i>
#include <include/firewall/firewall-mark.xml.i>
-<leafNode name="disable">
- <properties>
- <help>Option to disable firewall rule</help>
- <valueless/>
- </properties>
-</leafNode>
+#include <include/generic-disable-node.xml.i>
<node name="fragment">
<properties>
<help>IP fragment match</help>
|