commit | 0153d5a810ab335aae86acfe69722a7efc1db536 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Oct 11 10:49:12 2012 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Oct 15 13:38:58 2012 +0200 |
tree | f65f803d8801a6a421d696d52b8d746de4b539aa | |
parent | b61a602ee6730150f4d0df730d9312ac4d820ceb [diff] |
netfilter: xt_CT: fix timeout setting with IPv6 This patch fixes ip6tables and the CT target if it is used to set some custom conntrack timeout policy for IPv6. Use xt_ct_find_proto which already handles the ip6tables case for us. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>