From d9563c552e2e8485caa0bcf13c5f357e208698e5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 28 Sep 2009 23:15:07 +0200 Subject: [PATCH] Don't set dhcpcd default route at pptp dial Removed wrong vlan id at pptp dhcp message --- src/initscripts/init.d/networking/red | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2