diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-22 09:52:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-22 09:53:21 +0200 |
commit | cccda3a0768680d1920e408afd44d96855a64e61 (patch) | |
tree | 7184d1028942e21c762ab9eec1654d1ca07837b5 /interface-definitions/vrf.xml.in | |
parent | eccdf2ad5340606b256ce8debe68b965c36e333c (diff) | |
download | vyos-1x-cccda3a0768680d1920e408afd44d96855a64e61.tar.gz vyos-1x-cccda3a0768680d1920e408afd44d96855a64e61.zip |
xml: remove superfluous "interface" prefix from interface includes
(cherry picked from commit 0a8a0188033d6b27c521f082fdddae9873dd5d3d)
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 5fd758a44..8cddc3012 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/interface-description.xml.i> - #include <include/interface/interface-disable.xml.i> + #include <include/interface/description.xml.i> + #include <include/interface/disable.xml.i> </children> </tagNode> </children> |