* PolicyCompiler_PrintRule.cpp (_printOptionalGlobalRules): SF bug

3178186 "Add ND/NS allow rules for the FORWARD chain". Rules that are
added automatically to ipv6 Linux firewall to permit neighbor discovery
packets should be also added to the FORWARD chain if the firewall is
a bridge.

see #2323
This commit is contained in:
Vadim Kurland
2011-04-10 17:58:32 -07:00
parent cac256054f
commit f366e2dc66
134 changed files with 1703 additions and 394 deletions
+6
View File
@@ -1,5 +1,11 @@
2011-04-10 vadim <vadim@netcitadel.com>
* PolicyCompiler_PrintRule.cpp (_printOptionalGlobalRules): SF bug
3178186 "Add ND/NS allow rules for the FORWARD chain". Rules that are
added automatically to ipv6 Linux firewall to permit neighbor discovery
packets should be also added to the FORWARD chain if the firewall is
a bridge.
* ObjectManipulator_create_new.cpp (actuallyCreateObject): see #2229
"Multiple new objects with the same name". The GUI should automatically
choose unique object names for new objects.