Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NET4501 w/options IPSEC breaks ipv6 at compile time?



For what it's worth, -current makes the same complaints.  The
expedient remedy is the same although line numbers have changed:

Index: sys/netinet6/ip6_output.c
===================================================================
RCS file: /cvsroot/src/sys/netinet6/ip6_output.c,v
retrieving revision 1.147
diff -u -p -r1.147 ip6_output.c
--- sys/netinet6/ip6_output.c   22 Mar 2012 20:34:41 -0000      1.147
+++ sys/netinet6/ip6_output.c   19 Jun 2012 15:13:04 -0000
@@ -808,7 +808,7 @@ ip6_output(
                goto bad;
        } else {
                struct mbuf **mnext, *m_frgpart;
-               struct ip6_frag *ip6f;
+               struct ip6_frag *ip6f=NULL;
                u_int32_t id = htonl(ip6_randomid());
                u_char nextproto;
 #if 0                          /* see below */


I've not yet attempted to boot any of the resulting kernels as the
DUT is also a critical infrastructure element in my network.  Soon,
I hope.

--
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index