From 287546ea80ee896bda0c88b8a8c85a1dc6ff37f9 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 8 Dec 1999 06:50:14 +0000 Subject: bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). --- sys/netinet6/tcpipv6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet6/tcpipv6.h') diff --git a/sys/netinet6/tcpipv6.h b/sys/netinet6/tcpipv6.h index 5363797baa9..27aec0a1864 100644 --- a/sys/netinet6/tcpipv6.h +++ b/sys/netinet6/tcpipv6.h @@ -12,11 +12,11 @@ didn't get a copy, you may request one from . #ifndef _NETINET6_TCPIPV6_H #define _NETINET6_TCPIPV6_H 1 -#include +#include #include struct tcpipv6hdr { - struct ipv6 ti6_i; + struct ip6_hdr ti6_i; struct tcphdr ti6_t; }; -- cgit v1.2.3-59-g8ed1b