mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
network: Fix typo for MTU value
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>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
2ae1c23f62
commit
e43c3206d3
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user