Date: Thu, 07 May 2009 18:39:58 -0400 From: Steve Bertrand <steve@ibctech.ca> To: Raffaele De Lorenzo <raffaele.delorenzo@libero.it> Cc: freebsd-ipfw@freebsd.org, Kevin Oberman <oberman@es.net>, Luigi Rizzo <rizzo@icir.org> Subject: Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit Message-ID: <4A03633E.40302@ibctech.ca> In-Reply-To: <5E7FA6DC-E311-406D-8F9A-D832BC80FA98@libero.it> References: <3233DB7C-06E8-4AFE-9704-0F900925DAE3@libero.it> <4A0348D2.5050906@ibctech.ca> <5E7FA6DC-E311-406D-8F9A-D832BC80FA98@libero.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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? I did: fbsd1# ll /usr/src/sys/netinet | grep ip_fw.h -rw-r--r-- 1 root wheel 20916 May 7 16:38 ip_fw.h fbsd1# grep O_IP6 /usr/src/sys/netinet/ip_fw.h O_IP6_SRC_LOOKUP, /* arg1=table number, u32=value */ O_IP6_DST_LOOKUP, /* arg1=table number, u32=value */ O_IP6_SRC, /* address without mask */ O_IP6_SRC_ME, /* my addresses */ O_IP6_SRC_MASK, /* address with the mask */ O_IP6_DST, O_IP6_DST_ME, O_IP6_DST_MASK, O_IP6, fbsd1# cd /usr/src/sbin/ipfw fbsd1# make clean rm -f ipfw ipfw2.o dummynet.o ipv6.o main.o nat.o altq.o ipfw.8.gz ipfw.8.cat.gz ...but the problem persists with "make". I don't do a lot of custom patching, so I'm hoping that this is my fault. I can provide SSH access to the box if you can help me figure out the problem. Cheers, Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A03633E.40302>