allow the user to override the underlying connection method when using pptp (defaults...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 27 Aug 2007 16:37:37 +0000 (16:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 27 Aug 2007 16:37:37 +0000 (16:37 +0000)
SVN-Revision: 8508

package/pptp/files/pptp.sh

index c61bdc02062ace29113186f1ce1979c7bcaf3004..4d03af0085e8aa49b5b7028fde9325b8c6bf8aae 100644 (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