[NETFILTER]: nf_conntrack: kill unique ID
authorPatrick McHardy <kaber@trash.net>
Fri, 28 Sep 2007 21:41:27 +0000 (14:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:36 +0000 (16:53 -0700)
commit7f85f914721ffcef382a57995182916bd43d8a65
tree8f06ac1e3de0f48d3a5263a2578b674037c217b1
parent2b5c841f2c41c023809e3b6b95a8320246cf7f5a
[NETFILTER]: nf_conntrack: kill unique ID

Remove the per-conntrack ID, its not necessary anymore for dumping.
For compatiblity reasons we send the address of the conntrack to
userspace as ID.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_netlink.c