]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
netfilter: revert user-space expectation helper support
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 15 Jan 2012 15:57:12 +0000 (16:57 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 Jan 2012 13:01:23 +0000 (14:01 +0100)
commit9bf04646b0b41c5438ed8a27c5f8dbe0ff40d756
treed06b83275667828112fc8e3d8ec9a6696a9f523c
parent412662d204eca981458156fd64d9d5f3b533d7b6
netfilter: revert user-space expectation helper support

This patch partially reverts:
3d058d7 netfilter: rework user-space expectation helper support
that was applied during the 3.2 development cycle.

After this patch, the tree remains just like before patch bc01bef,
that initially added the preliminary infrastructure.

I decided to partially revert this patch because the approach
that I proposed to resolve this problem is broken in NAT setups.
Moreover, a new infrastructure will be submitted for the 3.3.x
development cycle that resolve the existing issues while
providing a neat solution.

Since nobody has been seriously using this infrastructure in
user-space, the removal of this feature should affect any know
FOSS project (to my knowledge).

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/nf_conntrack_common.h
include/linux/netfilter/xt_CT.h
net/netfilter/nf_conntrack_helper.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/xt_CT.c