From e8de495afb04b48382932c0b867d1165d28d069f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 6 May 2013 14:12:21 +0200 Subject: add IPv6 support This will be used to test the DHCPv6 helper. Signed-off-by: Pablo Neira Ayuso --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') 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); -- cgit v1.2.3