diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:28:42 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:56:11 +0100 |
commit | 9d0e8634c79f5347545ec28fffd3612c760e07df (patch) | |
tree | 3057350ccf958876e4f4934edb392a5ffedb894b /interface-definitions/protocols-static.xml.in | |
parent | c2ae70181b8ad136f5139c9fdd53e0bb402c9914 (diff) | |
download | vyos-1x-9d0e8634c79f5347545ec28fffd3612c760e07df.tar.gz vyos-1x-9d0e8634c79f5347545ec28fffd3612c760e07df.zip |
static: T3280: move building blocks to subfolder
As the amount of include files now has reached a certain amount, it is getting
more and more crowsded, thuse introducing "per topic" subdirectories on the
filesystem to keep a clean structure makes sense.
Diffstat (limited to 'interface-definitions/protocols-static.xml.in')
-rw-r--r-- | interface-definitions/protocols-static.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/protocols-static.xml.in b/interface-definitions/protocols-static.xml.in index 59a7927a5..f614aa063 100644 --- a/interface-definitions/protocols-static.xml.in +++ b/interface-definitions/protocols-static.xml.in @@ -7,9 +7,9 @@ <help>Static route parameters</help> </properties> <children> - #include <include/static-route-map.xml.i> - #include <include/static-route.xml.i> - #include <include/static-route6.xml.i> + #include <include/static/static-route-map.xml.i> + #include <include/static/static-route.xml.i> + #include <include/static/static-route6.xml.i> <tagNode name="table"> <properties> <help>Policy route table number</help> @@ -22,8 +22,8 @@ </constraint> </properties> <children> - #include <include/static-route.xml.i> - #include <include/static-route6.xml.i> + #include <include/static/static-route.xml.i> + #include <include/static/static-route6.xml.i> </children> </tagNode> </children> |