From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH 2/9] Revert "static-routes: Fixes bug12763" Date: Fri, 10 May 2024 17:22:23 +0200 Message-ID: <63c23085-9065-4f54-a72f-caeacae34ea4@ipfire.org> In-Reply-To: <20240510120234.995049-2-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0109282252609267660==" List-Id: --===============0109282252609267660== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 10/05/2024 14:02, Michael Tremer wrote: > This reverts commit e33ee46e621eb6967c954a9d3b4683880e372579. > > Signed-off-by: Michael Tremer > --- > src/initscripts/system/static-routes | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/initscripts/system/static-routes b/src/initscripts/system/= static-routes > index 9aacc8db5..9029c94db 100644 > --- a/src/initscripts/system/static-routes > +++ b/src/initscripts/system/static-routes > @@ -29,7 +29,7 @@ function init_table() { > return > fi > =20 > - ip rule add table static >/dev/null 2>&1 > + ip rule add table static > } > =20 > function create_all_routes() { > @@ -54,7 +54,7 @@ function create_all_routes() { > continue > fi > =20 > - ip route add ${network} via ${gateway} table static proto static >/dev/n= ull 2>&1 > + ip route add ${network} via ${gateway} table static proto static > done < ${file} > } > =20 --===============0109282252609267660==--