* IPTImporterRun.cpp (IPTImporter::run): policy importer for

iptables replaces --sport and --dport parameters of module
multiport with --source-ports and --destination-ports to remove
grammar ambiguity that arises from the use of the same parameters
--sport and --dport by different iptables modules with different
argument syntax.
This commit is contained in:
Vadim Kurland
2010-06-16 04:39:25 +00:00
parent d8427e6eb5
commit f85bc72a8e
9 changed files with 435 additions and 481 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 2992
#define BUILD_NUM 2993