* IPTImporter.cpp (pushPolicyRule): change in the importer

behavior: configuration import is aborted with an appropriate
error message in the log when program enounters protocol or
service name that it does not recognize and can not convert to
protocol or port number. We used to replace port number with some
placeholder (usually 0) and mark rule as "bad" by coloring it red
and adding comment.
This commit is contained in:
Vadim Kurland
2011-03-19 18:23:36 -07:00
parent 1af552cfa3
commit ff2b5eee62
17 changed files with 923 additions and 758 deletions
+10
View File
@@ -1,3 +1,13 @@
2011-03-19 vadim <vadim@netcitadel.com>
* IPTImporter.cpp (pushPolicyRule): change in the importer
behavior: configuration import is aborted with an appropriate
error message in the log when program enounters protocol or
service name that it does not recognize and can not convert to
protocol or port number. We used to replace port number with some
placeholder (usually 0) and mark rule as "bad" by coloring it red
and adding comment.
2011-03-17 vadim <vadim@netcitadel.com>
* PIXImporter.cpp (newObjectGroupNetwork): see #2234 Added support