shorewall_code/Shorewall/known_problems.txt

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-08-17 16:34:21 +02:00
1) On systems running Upstart, Shorewall-init cannot reliably close
the firewall before interfaces come up.
2010-08-24 00:47:05 +02:00
2) Under rare circumstances where COMMENT is used to attach comments
to rules, OPTIMIZE 8 through 15 can result in invalid
iptables-restore (ip6tables-restore) input.
Corrected in Shorewall 4.4.12.1.
2010-08-24 00:47:05 +02:00
3) Under rare circumstances unvolving exclusion, OPTIMIZE 8 through 15
canresult in invalid iptables-restore (ip6tables-restore) input.
Corrected in Shorewall 4.4.12.1.
4) The change in 4.4.12 to detect and use the new ipset match syntax
broke the ability to detect the old ipset match capability.
Corrected in Shorewall 4.4.12.1.
5) If REQUIRE_INTERFACE=Yes then start/restart will fail
if the last optional interface tested is not available.
Corrected in Shorewall 4.4.12.1.
6) The fix for COMMENT and optimization in 4.4.12.1 is incomplete.
Workaround: Don't use OPTIMIZE 8-15.
7) Exclusion in the blacklist file is correctly validated but is then
ignored when generating iptables (ip6tables) rules.
Workaround: Don't use exclusion in the blacklist file.