]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/networking/red
Don't set dhcpcd default route at pptp dial
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / networking / red
index f0c89fe3989a6199cbcf838434ab4090078467ed..5a9077cae52e2064f790be7711433e83f6c80c5e 100644 (file)
@@ -335,8 +335,8 @@ case "${1}" in
                                                fi
 
                                                if [ ! -f "$PIDFILE" ]; then
-                                                       boot_mesg -n "Starting dhcpcd on the ${DEVICE}.${RED_VDSL_IPTV_VLAN} interface..."
-                                                       /sbin/dhcpcd ${DEVICE} ${DHCP_START} >/dev/null 2>&1
+                                                       boot_mesg -n "Starting dhcpcd on the ${DEVICE} interface..."
+                                                       /sbin/dhcpcd ${DEVICE} -G ${DHCP_START} >/dev/null 2>&1
                                                        RET="$?"
 
                                                        if [ "$RET" = "0" ]; then