From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] network: Fix typo for MTU value Date: Tue, 28 Jul 2020 18:04:46 +0000 Message-ID: <20200728180446.15494-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3763307407109162810==" List-Id: --===============3763307407109162810== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reported here: https://community.ipfire.org/t/strange-etc-init-d-networking-any-for-blue/2= 831 Signed-off-by: Michael Tremer --- src/initscripts/networking/any | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/networking/any b/src/initscripts/networking/any index 8d2300950..0cf107f48 100644 --- a/src/initscripts/networking/any +++ b/src/initscripts/networking/any @@ -34,7 +34,7 @@ elif [ "$(basename $0)" =3D=3D "blue" ]; then NETADDRESS=3D"${BLUE_NETADDRESS}" NETMASK=3D"${BLUE_NETMASK}" DEVICE=3D"${BLUE_DEV}" - MTU=3D"${GREEN_MTU}" + MTU=3D"${BLUE_MTU}" elif [ "$(basename $0)" =3D=3D "orange" ]; then DEVICE=3D"${ORANGE_DEV}" ADDRESS=3D"${ORANGE_ADDRESS}" --=20 2.20.1 --===============3763307407109162810==--