Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2009 08:55:51 +0200
From:      John Hay <jhay@meraka.org.za>
To:        Steve Bertrand <steve@ibctech.ca>
Cc:        freebsd-ipfw@freebsd.org
Subject:   Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit
Message-ID:  <20090508065551.GA5976@zibbi.meraka.csir.co.za>
In-Reply-To: <4A03CC6E.1030506@ibctech.ca>
References:  <3233DB7C-06E8-4AFE-9704-0F900925DAE3@libero.it> <4A0348D2.5050906@ibctech.ca> <5E7FA6DC-E311-406D-8F9A-D832BC80FA98@libero.it> <4A03633E.40302@ibctech.ca> <59474.192.168.100.250.1241759416.squirrel@jodocus.org> <4A03CC6E.1030506@ibctech.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 08, 2009 at 02:08:46AM -0400, Steve Bertrand wrote:
> Joost Bekkers wrote:
> > On Fri, May 8, 2009 00:39, Steve Bertrand wrote:
> >> Raffaele De Lorenzo wrote:
> >>> Thank you Steve.
> >>> I think that this is a header problem (O_IP6_SRC_LOOKUP ecc are defined
> >>> inside the header).... are you posted the new "ip_fw.h" file in
> >>> "/sys/netinet/" directory?
> >> ...but the problem persists with "make".
> >>
> > 
> > I'm guessing /usr/include/ip_fw.h hasn't been updated. It should be the
> > same is /usr/src/sys/netinet/ip_fw.h
> 
> ... ip_fw.h doesn't appear in my /usr/include:
> 
> fbsd1# cd /usr/include
> fbsd1# ll | grep ip_fw
> fbsd1#
> 
> ...I'll copy it:
> 
> fbsd1# cp /usr/src/sys/netinet/ip_fw.h /usr/include
> fbsd1# ll /usr/include | grep ip_fw.h
> -rw-r--r--   1 root  wheel  20916 May  8 02:04 ip_fw.h
> 

You are looking in the wrong place:

# find /usr/include -name ip_fw.h
/usr/include/netinet/ip_fw.h

That is the file you should replace.

John
-- 
John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090508065551.GA5976>