diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-19 13:07:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-20 17:17:58 +0200 |
commit | 0a8a0188033d6b27c521f082fdddae9873dd5d3d (patch) | |
tree | ce82e8c0aa8d4d43b6fdc7245e489ea0a33c5461 /interface-definitions/ntp.xml.in | |
parent | 2278785d4327c961a2c3a8e36637f4e464ad7230 (diff) | |
download | vyos-1x-0a8a0188033d6b27c521f082fdddae9873dd5d3d.tar.gz vyos-1x-0a8a0188033d6b27c521f082fdddae9873dd5d3d.zip |
xml: remove superfluous "interface" prefix from interface includes
Diffstat (limited to 'interface-definitions/ntp.xml.in')
-rw-r--r-- | interface-definitions/ntp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/ntp.xml.in b/interface-definitions/ntp.xml.in index 2bfac900b..a518a9def 100644 --- a/interface-definitions/ntp.xml.in +++ b/interface-definitions/ntp.xml.in @@ -82,7 +82,7 @@ </children> </node> #include <include/listen-address.xml.i> - #include <include/interface/interface-vrf.xml.i> + #include <include/interface/vrf.xml.i> </children> </node> </children> |