summaryrefslogtreecommitdiffstats
path: root/src/conntrack/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack/build.c')
-rw-r--r--src/conntrack/build.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/conntrack/build.c b/src/conntrack/build.c
index 774e3c5..d04ad86 100644
--- a/src/conntrack/build.c
+++ b/src/conntrack/build.c
@@ -1,5 +1,5 @@
/*
- * (C) 2006 by Pablo Neira Ayuso <pablo@netfilter.org>
+ * (C) 2006-2007 by Pablo Neira Ayuso <pablo@netfilter.org>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
@@ -224,13 +224,6 @@ void __build_mark(struct nfnlhdr *req,
nfnl_addattr32(&req->nlh, size, CTA_MARK, htonl(ct->mark));
}
-void __build_id(struct nfnlhdr *req,
- size_t size,
- const const struct nf_conntrack *ct)
-{
- nfnl_addattr32(&req->nlh, size, CTA_ID, htonl(ct->id));
-}
-
int __build_conntrack(struct nfnl_subsys_handle *ssh,
struct nfnlhdr *req,
size_t size,