diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-26 12:49:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-26 12:49:04 +0200 |
commit | f325d869515e008b09a8f2de7a4bda81dffd1158 (patch) | |
tree | a1a855f93db252de5d06b06c91d16f57d10f4ddf /interface-definitions/vpn_sstp.xml.in | |
parent | f0400b7e24944de75fef8cdd0d7eb016b224b9c7 (diff) | |
download | vyos-1x-f325d869515e008b09a8f2de7a4bda81dffd1158.tar.gz vyos-1x-f325d869515e008b09a8f2de7a4bda81dffd1158.zip |
xml: interface-definitions: fix wrong file extension of inlcude files
Files which are included by others whouls have the ".xml.i" extension.
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index f0c93b882..5da2f8f24 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -96,7 +96,7 @@ </properties> </leafNode> #include <include/radius-server.xml.i> - #include <include/accel-radius-additions.xml.in> + #include <include/accel-radius-additions.xml.i> <node name="radius"> <children> <node name="rate-limit"> @@ -207,8 +207,8 @@ </leafNode> </children> </node> - #include <include/accel-client-ipv6-pool.xml.in> - #include <include/accel-name-server.xml.in> + #include <include/accel-client-ipv6-pool.xml.i> + #include <include/accel-name-server.xml.i> #include <include/interface-mtu-68-1500.xml.i> </children> </node> |