diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-04 00:00:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-05 22:42:29 +0100 |
commit | 3dd78cddfe90851cb7a6891add8a0973d23da292 (patch) | |
tree | c26dc708d38edf330464f49ccdd4a6e4333f71dc /interface-definitions/protocols-static.xml.in | |
parent | 830688d0c523d6209091ed2fc9160e6ca70e62b9 (diff) | |
download | vyos-1x-3dd78cddfe90851cb7a6891add8a0973d23da292.tar.gz vyos-1x-3dd78cddfe90851cb7a6891add8a0973d23da292.zip |
vrf: T2450: provide full protocol support in XML and Python with new CLI
Diffstat (limited to 'interface-definitions/protocols-static.xml.in')
-rw-r--r-- | interface-definitions/protocols-static.xml.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/interface-definitions/protocols-static.xml.in b/interface-definitions/protocols-static.xml.in index 2a9f7014f..3ad6434db 100644 --- a/interface-definitions/protocols-static.xml.in +++ b/interface-definitions/protocols-static.xml.in @@ -28,11 +28,11 @@ </completionHelp> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> #include <include/static-route-next-hop-vrf.xml.i> </children> - </tagNode> + </tagNode> </children> </tagNode> <tagNode name="interface-route6"> @@ -55,10 +55,10 @@ </completionHelp> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> </children> - </tagNode> + </tagNode> </children> </tagNode> #include <include/static-route-map.xml.i> @@ -118,7 +118,7 @@ </constraint> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> <leafNode name="next-hop-interface"> <properties> @@ -169,7 +169,7 @@ </constraint> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> <leafNode name="interface"> <properties> @@ -220,10 +220,10 @@ </completionHelp> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> </children> - </tagNode> + </tagNode> </children> </tagNode> <tagNode name="interface-route6"> @@ -246,10 +246,10 @@ </completionHelp> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> </children> - </tagNode> + </tagNode> </children> </tagNode> <tagNode name="route"> @@ -296,7 +296,7 @@ </constraint> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> <leafNode name="next-hop-interface"> <properties> @@ -347,7 +347,7 @@ </constraint> </properties> <children> - #include <include/static-route-disable.xml.i> + #include <include/generic-disable-node.xml.i> #include <include/static-route-distance.xml.i> </children> </tagNode> |