diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:51:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:51:44 +0200 |
commit | cbdbbdceaad5fc02ca673bed199f666137a2ce73 (patch) | |
tree | 69c781453922337ce1e5ad30d82f6aae81f32dd5 /interface-definitions | |
parent | ba0509379c5ca47e4a78fef920d14a52a46b8e82 (diff) | |
download | vyos-1x-cbdbbdceaad5fc02ca673bed199f666137a2ce73.tar.gz vyos-1x-cbdbbdceaad5fc02ca673bed199f666137a2ce73.zip |
sstp: T2953: migrate ppp-settings to ppp-options node
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index 5433a4ea7..d5e23fe40 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -44,7 +44,7 @@ #include <include/interface-mtu-68-1500.xml.i> </children> </node> - <node name="ppp-settings"> + <node name="ppp-options"> <properties> <help>PPP (Point-to-Point Protocol) settings</help> </properties> |