From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH 6/9] Revert "azure-setup: Fixes bug12763" Date: Fri, 10 May 2024 17:23:46 +0200 Message-ID: In-Reply-To: <20240510120234.995049-6-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1685635477882043745==" List-Id: --===============1685635477882043745== 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 1db5f96c5ebbb2074c9c0a3edf29866c4769da11. > > Signed-off-by: Michael Tremer > --- > src/initscripts/helper/azure-setup | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/initscripts/helper/azure-setup b/src/initscripts/helper/az= ure-setup > index eff963a4b..7a4422a35 100644 > --- a/src/initscripts/helper/azure-setup > +++ b/src/initscripts/helper/azure-setup > @@ -298,7 +298,7 @@ case "${reason}" in > ip addr add "${new_ip_address}/${new_subnet_mask}" dev "${interface}" > =20 > # Add the default route > - ip route add default via "${new_routers}" >/dev/null 2>&1 > + ip route add default via "${new_routers}" > =20 > # Setup DNS > for domain_name_server in ${new_domain_name_servers}; do --===============1685635477882043745==--