Date: Tue, 19 Apr 2005 20:48:04 -0600 From: John Nielsen <lists@jnielsen.net> To: freebsd-current@freebsd.org Cc: current@freebsd.org Subject: Re: HEADSUP: IPv6 support added to IPFW Message-ID: <200504192048.05348.lists@jnielsen.net> In-Reply-To: <20050418185148.GA15795@odin.ac.hmc.edu> References: <20050418185148.GA15795@odin.ac.hmc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 18 April 2005 12:51 pm, Brooks Davis wrote: > I've just committed support for IPv6 to IPFW. Various versions of the > pack have been in use for some time, but it's a large change so be > careful. I got a kernel build error on yesterday's sources. I'm running -CURRENT and using a custom kernel that does not include INET6 but does include IPFIREWALL, IPDIVERT, and DUMMYNET. The error message (not copy-pasted) is below: linking kernel ip_dummynet.o: In function 'transmit_event': : undefined reference to 'ip6_output' ip_dummynet.o: In function 'transmit_event': : undefined reference to 'ip6_input' ip_fw2.o: In function 'search_ip6_addr_net': : undefined reference to 'in6_clearscope' *** Error code 1 JN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504192048.05348.lists>