summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 14:20:48 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 15:52:27 +0200
commitc89b7d4a7c652107d4d257538e0626f6b5b1fc2c (patch)
tree9f6c75825263845a85943c0b54c8cb634baa4d3b /include
parente8de495afb04b48382932c0b867d1165d28d069f (diff)
emulate cthelper_upd_ct
Requires by the DHCPv6 test. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/helper.h b/include/helper.h
index 9d96fb7..e208cf3 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -45,6 +45,7 @@ struct ctd_helper_instance {
extern int cthelper_expect_init(struct nf_expect *exp, struct nf_conntrack *master, uint32_t class, union nfct_attr_grp_addr *saddr, union nfct_attr_grp_addr *daddr, uint8_t l4proto, uint16_t *sport, uint16_t *dport, uint32_t flags);
extern int cthelper_add_expect(struct nf_expect *exp);
extern int cthelper_del_expect(struct nf_expect *exp);
+extern int cthelper_upd_ct(struct nf_conntrack *ct);
extern void cthelper_get_addr_src(struct nf_conntrack *ct, int dir, union nfct_attr_grp_addr *addr);
extern void cthelper_get_addr_dst(struct nf_conntrack *ct, int dir, union nfct_attr_grp_addr *addr);