From: Arne Fitzenreiter Date: Mon, 28 Sep 2009 21:15:07 +0000 (+0200) Subject: Don't set dhcpcd default route at pptp dial X-Git-Tag: v2.9-beta1~717 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9563c552e2e8485caa0bcf13c5f357e208698e5;p=ipfire-2.x.git Don't set dhcpcd default route at pptp dial Removed wrong vlan id at pptp dhcp message --- diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red index f0c89fe398..5a9077cae5 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -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