Skip to content
Snippets Groups Projects
Commit 188addeb authored by nico's avatar nico
Browse files

fix start_pppd for pptp (closes: #1612)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7027 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e5945a56
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ setup_interface_pptp() {
config_get server "$cfg" server
mtu=${mtu:-1452}
start_pppd "$config" \
pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd"
file /etc/ppp/options.pptp
pty "/usr/sbin/pptp $server --loglevel 0 --nolaunchpppd" \
file /etc/ppp/options.pptp \
mtu $mtu mru $mtu
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment