Update known problems (exclusion with CONTINUE).

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-08-26 08:48:07 -07:00
parent 559a83347d
commit 68165acd20

View File

@ -92,7 +92,7 @@
Workaround: Don't use optimizaiton levels greater than 7.
13) Under rare circumstances unvolving exclusion, OPTIMIZE 8 through 15
13) Under rare circumstances involving exclusion, OPTIMIZE 8 through 15
can result in invalid iptables-restore (ip6tables-restore) input.
Workaround: Don't use optimizaiton levels greater than 7.
@ -101,3 +101,9 @@
optional interface defined in the interfaces file is available.
Workaround: None available.
15) The compiler erroneously allows exclusion in CONTINUE rules
(tcrules and rules files). The generated iptables (ip6tables) rules
do not work as expected.
Workaround: Do not use exclusion with CONTINUE.