]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Revert "ip-up: Fixes bug12763"
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 May 2024 12:02:29 +0000 (12:02 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 19 May 2024 08:00:34 +0000 (10:00 +0200)
This reverts commit 4f455c488ee8542bea4ccbe439351b3e9973c6e4.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/ppp/ip-up

index 5f4ee77265fbd444cfc0dd42124383cee2bc1979..2e636e72d934d3c98bbdd9468f5a38f770f61af2 100644 (file)
@@ -33,7 +33,7 @@ echo -n "$4" > /var/ipfire/red/local-ipaddress
 echo -n "$5" > /var/ipfire/red/remote-ipaddress
 touch /var/ipfire/red/active
 
-/sbin/ip route replace default via ${IPREMOTE} dev ppp0 >/dev/null 2>&1
+/sbin/ip route replace default via ${IPREMOTE} dev ppp0
 run_subdir ${rc_base}/init.d/networking/red.up/
 
 #Check if gateway has answerd to ping, if not replace with ping.ipfire.org