mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
allow the user to override the underlying connection method when using pptp (defaults to dhcp)
SVN-Revision: 8508
This commit is contained in:
parent
83c0618a0f
commit
79b07af694
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user