Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-08 Thread Steve Bertrand
John Hay wrote: > 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 > i

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread John Hay
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)..

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Steve Bertrand
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? >

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Joost Bekkers
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 persis

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Steve Bertrand
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 2

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Raffaele De Lorenzo
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? Next type "make clean && make" to recompile the userland binary. Raffaele On 07/mag/09, at 22:47, Steve Bertran

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Steve Bertrand
Raffaele De Lorenzo wrote: > Put the "ip_fw2.c" and "ip_fw.h" files inside the "/sys/netinet/ > directory" > Put the "ipfw2.c" file inside the /src/sbin/ipfw/ directory > > Rebuild the ipfw kernel module or rebuild you kernel > Rebuild the ipfw bin or the entire SBIN. > > The Sources was teste

[ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Raffaele De Lorenzo
Hi all, I extended the ipfw table mechanism to IPv6 protocol and now i need some people for testing and next commit it. The code is stable but you must be careful about possible ambiguous parser semantics. Now you must insert IPv6 addresses inside a table: ipfw table 1 add fe80::1 And you