From 9d6d45d0083f1f0b566039d7256b3812378f5404 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 1 May 2010 17:55:41 +0000 Subject: pptp: - bring pptp scripts in sync with updated ppp logic - bump package revision SVN-Revision: 21284 --- package/pptp/files/pptp.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'package/pptp/files/pptp.sh') diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh index e38c24200d..ed5f46fff3 100644 --- a/package/pptp/files/pptp.sh +++ b/package/pptp/files/pptp.sh @@ -1,11 +1,10 @@ -scan_pptp() { - scan_ppp "$@" -} - find_gw() { route -n | awk '$1 == "0.0.0.0" { print $2; exit }' } +stop_interface_pptp() { + stop_interface_ppp "$1" +} setup_interface_pptp() { local config="$2" @@ -31,11 +30,6 @@ setup_interface_pptp() { config_get netmask "$config" netmask [ -z "$netmask" -o -z "$device" ] || ifconfig $device netmask $netmask - # make sure the network state references the correct ifname - scan_ppp "$config" - config_get ifname "$config" ifname - uci_set_state network "$config" ifname "$ifname" - config_get mtu "$config" mtu mtu=${mtu:-1452} start_pppd "$config" \ -- cgit v1.2.3