projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c0618
)
allow the user to override the underlying connection method when using pptp (defaults...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 27 Aug 2007 16:37:37 +0000
(16:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 27 Aug 2007 16:37:37 +0000
(16:37 +0000)
SVN-Revision: 8508
package/pptp/files/pptp.sh
patch
|
blob
|
history
diff --git
a/package/pptp/files/pptp.sh
b/package/pptp/files/pptp.sh
index c61bdc02062ace29113186f1ce1979c7bcaf3004..4d03af0085e8aa49b5b7028fde9325b8c6bf8aae 100644
(file)
--- a/
package/pptp/files/pptp.sh
+++ b/
package/pptp/files/pptp.sh
@@
-7,11
+7,12
@@
setup_interface_pptp() {
local config="$2"
config_get device "$config" device
+ config_get ipproto "$config" ipproto
for module in slhc ppp_generic ppp_async ip_gre; do
/sbin/insmod $module 2>&- >&-
done
- setup_interface "$iface" "$config" "
dhcp
"
+ setup_interface "$iface" "$config" "
${ipproto:-dhcp}
"
config_get mtu "$cfg" mtu
config_get server "$cfg" server