I am running IPFire 2.25 (x86_64) - Core Update 147 and stumbled upon an odd instruction in the /etc/init.d/networking/any init script.
Line #37 (in the basename == blue branch) reads MTU="${GREEN_MTU} after setting the other parameters to BLUE_* values. Should this not be MTU="${BLUE_MTU}?
Can somebody explain or is this a copy-paste mistake?
Thanks for the confirmation of this being an oops!
Well… I am troubleshooting a very annoying MTU issue at the moment, otherwise I would probably never have tried setting MTU values. Then I found that green and blue had the same MTU.