From 7251541786075324a1e11f5d06cfa2ebe2d97a91 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Jan 2012 15:41:34 +0000 Subject: pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694 --- package/pptp/files/pptp.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/pptp/files') diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh index 7efbb02..19023e7 100644 --- a/package/pptp/files/pptp.sh +++ b/package/pptp/files/pptp.sh @@ -24,9 +24,6 @@ setup_interface_pptp() { local device config_get device "$config" device - local ipproto - config_get ipproto "$config" ipproto - local server config_get server "$config" server @@ -39,7 +36,6 @@ setup_interface_pptp() { done sleep 1 - setup_interface "$device" "$config" "${ipproto:-dhcp}" local gw="$(find_gw)" [ -n "$gw" ] && { local serv_addrs="" -- cgit v1.1