1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 20:57:29 +01:00
Vadim Kurland 94ac7dd955 2009-06-04 vadim <vadim@vk.crocodile.org>
* IPTImporter.cpp (IPTImporter::pushPolicyRule): fixed bug
#2801362 "Iptables policy import does not handle rules with
ESTABLISED". Policy importer for iptables should properly
handle rules that use combination of a "-p protocol" and
match state "RELATED,ESTABLISHED". Example:
-A INBOUND -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
This rule should translate into fwbuilder rule using CustomService
object with code "-m state --state RELATED,ESTABLISHED"
and protocol spec "tcp".
2009-06-04 20:35:53 +00:00
2007-12-25 22:25:59 +00:00
2009-04-10 04:50:53 +00:00
2009-04-10 04:50:53 +00:00
Description
A clone of the SourceForge fwbuilder repostiory
29 MiB
Languages
C++ 66.8%
Shell 24.6%
HTML 4.1%
GAP 1.5%
XSLT 1.3%
Other 1.6%