diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:10:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:54:36 +0100 |
commit | b331f6e7ba6e26d5e375121df675d97d2abfd3ac (patch) | |
tree | af9dd14c8afcf9fb26ec8e70aac938bcd1d2c385 /interface-definitions/vrf.xml.in | |
parent | d3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c (diff) | |
download | vyos-1x-b331f6e7ba6e26d5e375121df675d97d2abfd3ac.tar.gz vyos-1x-b331f6e7ba6e26d5e375121df675d97d2abfd3ac.zip |
xml: T1579: re-arrange xml interface include building blocks
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/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 81c89d94b..5fd758a44 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -39,8 +39,8 @@ <constraintErrorMessage>VRF routing table must be in range from 100 to 2147483647</constraintErrorMessage> </properties> </leafNode> - #include <include/interface-description.xml.i> - #include <include/interface-disable.xml.i> + #include <include/interface/interface-description.xml.i> + #include <include/interface/interface-disable.xml.i> </children> </tagNode> </children> |