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/snmp.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/snmp.xml.in')
-rw-r--r-- | interface-definitions/snmp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index f57103eac..3cb736bf7 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -626,7 +626,7 @@ </tagNode> </children> </node> - #include <include/interface/interface-vrf.xml.i> + #include <include/interface/vrf.xml.i> </children> </node> </children> |