commit | 957bec36855f97cc5797fbaaf68b11ac7454df2d | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Jul 29 15:41:51 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jul 31 16:39:29 2013 +0200 |
tree | e0b3806fe420ada3ff8688b84b1e0c058d5e8c87 | |
parent | 5813a8eb47915e051059562f22ffa521404f6e19 [diff] |
netfilter: nf_queue: relax NFQA_CT attribute check Allow modifying attributes of the conntrack associated with a packet without first requesting ct data via CFG_F_CONNTRACK or extra nfnetlink_conntrack socket. Also remove unneded rcu_read_lock; the entire function is already protected by rcu. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>