allow the user to override the underlying connection method when using pptp (defaults to dhcp)

SVN-Revision: 8508
This commit is contained in:
Felix Fietkau 2007-08-27 16:37:37 +00:00
parent 83c0618a0f
commit 79b07af694

View File

@ -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