* [PATCH] network: Fix typo for MTU value
@ 2020-07-28 18:04 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-07-28 18:04 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]
Reported here:
https://community.ipfire.org/t/strange-etc-init-d-networking-any-for-blue/2831
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
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)" == "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}"
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-28 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 18:04 [PATCH] network: Fix typo for MTU value Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox