diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-20 16:39:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-20 17:04:37 +0100 |
commit | 77dde087219467ce8bfcf64a9f7452ca74d66c0c (patch) | |
tree | a89847911b043c263c99533ba7573e31d8993ada /interface-definitions | |
parent | ee23ba04b9eb4003354c5426ab4c77d3103765b2 (diff) | |
download | vyos-1x-77dde087219467ce8bfcf64a9f7452ca74d66c0c.tar.gz vyos-1x-77dde087219467ce8bfcf64a9f7452ca74d66c0c.zip |
sstp: T2008: move to vpn node
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn-sstp.xml.in (renamed from interface-definitions/sstp.xml.in) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/sstp.xml.in b/interface-definitions/vpn-sstp.xml.in index 12a956bd9..c7c3c3ea5 100644 --- a/interface-definitions/sstp.xml.in +++ b/interface-definitions/vpn-sstp.xml.in @@ -1,10 +1,10 @@ <?xml version="1.0"?> <interfaceDefinition> - <node name="service"> + <node name="vpn"> <children> - <node name="sstp-server" owner="${vyos_conf_scripts_dir}/accel_sstp.py"> + <node name="sstp" owner="${vyos_conf_scripts_dir}/vpn_sstp.py"> <properties> - <help>Secure Socket Tunneling Protocol (SSTP) Server</help> + <help>Secure Socket Tunneling Protocol (SSTP) server</help> <priority>900</priority> </properties> <children> |