summaryrefslogtreecommitdiffstats
path: root/package/pptp/files
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-08 15:41:34 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-08 15:41:34 +0000
commit01ffe72b185e7e24e97709a888911f6012126a06 (patch)
tree4c08776eb4d2d8287f7d843770ac52f6920bea17 /package/pptp/files
parentba9b0df8e2d264c6a893039e0aa247b3fd25f3b7 (diff)
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp/files')
-rw-r--r--package/pptp/files/pptp.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh
index 7efbb02fb..19023e7ef 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=""