]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Don't set dhcpcd default route at pptp dial
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 28 Sep 2009 21:15:07 +0000 (23:15 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 28 Sep 2009 21:15:07 +0000 (23:15 +0200)
Removed wrong vlan id at pptp dhcp message

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