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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to