At boot the new firewall (fifteen branch) give some errors on a RED + GREEN setup. --boot-- Setting up firewall Cannot read ENABLED Cannot read BLUE_DEV Bad argument 'DROP' Try 'iptables -h' or 'iptables --help' for more information. Bad argument 'DROP' Try 'iptables -h' or 'iptables --help' for more information. ------- Looks like the script does not check that blue is not active and try to create the chains anyway.
http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=52c5ec837f1b8ebbb93d1477dcb345ea921b84a7 This was actually not caused by a missing BLUE device, but a missing ORANGE device. I rewrote the firewall-policy script, so that it will honour CONFIG_TYPE, which defines which interfaces are used. There is also more validation if BLUE_DEV, etc. are actually defined.