]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
network: Fix typo for MTU value
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Jul 2020 18:04:46 +0000 (18:04 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Jul 2020 18:33:33 +0000 (18:33 +0000)
Reported here:

  https://community.ipfire.org/t/strange-etc-init-d-networking-any-for-blue/2831

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/initscripts/networking/any

index 8d230095057e2a0ffe07b4f2129bd03556ab1e0f..0cf107f4849ab368c0a18279c1be3743681911c8 100644 (file)
@@ -34,7 +34,7 @@ elif [ "$(basename $0)" == "blue" ]; then
        NETADDRESS="${BLUE_NETADDRESS}"
        NETMASK="${BLUE_NETMASK}"
        DEVICE="${BLUE_DEV}"
-       MTU="${GREEN_MTU}"
+       MTU="${BLUE_MTU}"
 elif [ "$(basename $0)" == "orange" ]; then
        DEVICE="${ORANGE_DEV}"
        ADDRESS="${ORANGE_ADDRESS}"