From owner-freebsd-hackers Tue May 9 7:17:45 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from virtual-voodoo.com (virtual-voodoo.com [204.120.165.254]) by hub.freebsd.org (Postfix) with ESMTP id 2D52537B87F for ; Tue, 9 May 2000 07:17:42 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: (from steve@localhost) by virtual-voodoo.com (8.10.0/8.10.0) id e49ELBu07836 for freebsd-hackers@freebsd.org; Tue, 9 May 2000 09:21:11 -0500 (EST) Date: Tue, 9 May 2000 09:21:11 -0500 (EST) From: Steve Ames Message-Id: <200005091421.e49ELBu07836@virtual-voodoo.com> To: freebsd-hackers@freebsd.org Subject: in_cksum changes break IPSEC? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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