* PolicyCompiler.cpp (checkForShadowing): see #2204 "Shadowing

detected for rule with action Continue". Policy rules with action
"Continue" should not shadow other rules and can not be shadowed.
This commit is contained in:
Vadim Kurland
2011-03-08 19:02:19 -08:00
parent de8921b32e
commit a1111b83bd
130 changed files with 405 additions and 402 deletions
+4
View File
@@ -1,5 +1,9 @@
2011-03-08 vadim <vadim@netcitadel.com>
* PolicyCompiler.cpp (checkForShadowing): see #2204 "Shadowing
detected for rule with action Continue". Policy rules with action
"Continue" should not shadow other rules and can not be shadowed.
* Importer.cpp (addStandardRuleComment): see #2189 Program adds
the file name and the line number to comments of policy and nat
rules it creates during import.