aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-09-28 14:41:27 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:53:36 -0700
commit7f85f914721ffcef382a57995182916bd43d8a65 (patch)
tree8f06ac1e3de0f48d3a5263a2578b674037c217b1 /include/net/netfilter/nf_conntrack.h
parent[NETFILTER]: nfnetlink: kill nlattr_bad_size (diff)
downloadlinux-dev-7f85f914721ffcef382a57995182916bd43d8a65.tar.xz
linux-dev-7f85f914721ffcef382a57995182916bd43d8a65.zip
[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>
Diffstat (limited to '')
-rw-r--r--include/net/netfilter/nf_conntrack.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h
index 810020ec345d..90fb66d99d0c 100644
--- a/include/net/netfilter/nf_conntrack.h
+++ b/include/net/netfilter/nf_conntrack.h
@@ -116,9 +116,6 @@ struct nf_conn
struct ip_conntrack_counter counters[IP_CT_DIR_MAX];
#endif
- /* Unique ID that identifies this conntrack*/
- unsigned int id;
-
#if defined(CONFIG_NF_CONNTRACK_MARK)
u_int32_t mark;
#endif