summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-10 18:32:33 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-11 11:25:13 +0200
commitf35cf88ec4c63ba8510bbccbbb60bacc16d02aa5 (patch)
treef7165a46545e04389b67d3382f6d56feb3ec3bc1
parent2c8c3117093b4e975461c2cf1c15a0d7fc4654cf (diff)
downloadvyos-1x-f35cf88ec4c63ba8510bbccbbb60bacc16d02aa5.tar.gz
vyos-1x-f35cf88ec4c63ba8510bbccbbb60bacc16d02aa5.zip
vpn: l2tp: T2264: rename files to match CLI levels
-rw-r--r--interface-definitions/vpn-l2tp.xml.in2
-rwxr-xr-xsrc/conf_mode/vpn_l2tp.py (renamed from src/conf_mode/accel_l2tp.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vpn-l2tp.xml.in b/interface-definitions/vpn-l2tp.xml.in
index 7fc844054..dcbb5f3ed 100644
--- a/interface-definitions/vpn-l2tp.xml.in
+++ b/interface-definitions/vpn-l2tp.xml.in
@@ -2,7 +2,7 @@
<interfaceDefinition>
<node name="vpn">
<children>
- <node name="l2tp" owner="${vyos_conf_scripts_dir}/accel_l2tp.py">
+ <node name="l2tp" owner="${vyos_conf_scripts_dir}/vpn_l2tp.py">
<properties>
<help>L2TP Virtual Private Network (VPN)</help>
</properties>
diff --git a/src/conf_mode/accel_l2tp.py b/src/conf_mode/vpn_l2tp.py
index 4ca5a858a..4ca5a858a 100755
--- a/src/conf_mode/accel_l2tp.py
+++ b/src/conf_mode/vpn_l2tp.py