commit | bed2ba957d545b50c3eae6fb28fc0decadbc0dcb | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun May 09 21:47:33 2010 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun May 09 21:47:33 2010 +0200 |
tree | d91828509919f404960a2936a6df2290ac1e8fa8 | |
parent | ada4ff6155a02b0aed8400e46f34e72c91e36277 [diff] |
CT: fix --ctevents parsing This patch fixes the following problem: # iptables -t raw -I PREROUTING -t raw -j CT --ctevents assured iptables v1.4.7: Unknown event type "assured" Try `iptables -h' or 'iptables --help' for more information. However, `assured' is one of the supported arguments for --ctevents. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>