Date: Tue, 9 May 2000 09:21:11 -0500 (EST) From: Steve Ames <steve@virtual-voodoo.com> To: freebsd-hackers@freebsd.org Subject: in_cksum changes break IPSEC? Message-ID: <200005091421.e49ELBu07836@virtual-voodoo.com>
next in thread | raw e-mail | index | archive | help
Code from this morning (9AM EDT) gives me the following errors: linking kernel ipsec.o: In function `ipsec4_encapsulate': ipsec.o(.text+0x1ab9): undefined reference to `in_cksum' *** Error code 1 If I comment out: #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_IPV6FWD #IP security tunnel for IPv6 #options IPSEC_DEBUG #debug for IP security All works fine. I notice that: sys/i386/i386/in_cksum.c and src/sys/i386/include/in_cksum.h have both been updated recently... connection? -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005091421.e49ELBu07836>