From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/9] Revert "ip-up: Fixes bug12763" Date: Fri, 10 May 2024 12:02:29 +0000 Message-ID: <20240510120234.995049-4-michael.tremer@ipfire.org> In-Reply-To: <20240510120234.995049-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1177996280791075572==" List-Id: --===============1177996280791075572== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This reverts commit 4f455c488ee8542bea4ccbe439351b3e9973c6e4. Signed-off-by: Michael Tremer --- src/ppp/ip-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppp/ip-up b/src/ppp/ip-up index 5f4ee7726..2e636e72d 100644 --- a/src/ppp/ip-up +++ b/src/ppp/ip-up @@ -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 -- 2.39.2 --===============1177996280791075572==--