diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-08 17:13:55 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-08 20:13:43 +0200 |
commit | cd6d5c3d407355d2eca586407b14014f4c2043cd (patch) | |
tree | 4e6154eed0c249866fa8d26e267997424ea9b1f9 /interface-definitions | |
parent | ce361fe12c430c792361479e5b5b3228141fd36f (diff) | |
download | vyos-1x-cd6d5c3d407355d2eca586407b14014f4c2043cd.tar.gz vyos-1x-cd6d5c3d407355d2eca586407b14014f4c2043cd.zip |
static: T3280: re-use common route-map XML building block
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/static/static-route-map.xml.i | 10 | ||||
-rw-r--r-- | interface-definitions/protocols-static.xml.in | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/interface-definitions/include/static/static-route-map.xml.i b/interface-definitions/include/static/static-route-map.xml.i deleted file mode 100644 index af825e043..000000000 --- a/interface-definitions/include/static/static-route-map.xml.i +++ /dev/null @@ -1,10 +0,0 @@ -<!-- include start from static/static-route-map.xml.i --> -<leafNode name="route-map"> - <properties> - <help>Filter routes installed in local route map</help> - <completionHelp> - <path>policy route-map</path> - </completionHelp> - </properties> -</leafNode> -<!-- include end --> diff --git a/interface-definitions/protocols-static.xml.in b/interface-definitions/protocols-static.xml.in index baf13777a..3cc28e296 100644 --- a/interface-definitions/protocols-static.xml.in +++ b/interface-definitions/protocols-static.xml.in @@ -11,7 +11,7 @@ <priority>480</priority> </properties> <children> - #include <include/static/static-route-map.xml.i> + #include <include/route-map.xml.i> #include <include/static/static-route.xml.i> #include <include/static/static-route6.xml.i> <tagNode name="table"> |