summaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 14:12:21 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 15:52:23 +0200
commite8de495afb04b48382932c0b867d1165d28d069f (patch)
tree3688905c7a9037c536fbf5e7ec3a6ce7dc9829e5 /proto.h
parent8805831f27bc3ae5ad24cead76275645f106eac9 (diff)
add IPv6 support
This will be used to test the DHCPv6 helper. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'proto.h')
-rwxr-xr-xproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e81460f..80e2f3f 100755
--- a/proto.h
+++ b/proto.h
@@ -44,6 +44,7 @@ void cthelper_proto_l4_helper_register(struct cthelper_proto_l4_helper *h);
/* Initialization of supported protocols here. */
void l2l3_ipv4_init(void);
+void l2l3_ipv6_init(void);
void l4_tcp_init(void);
void l4_udp_init(void);