Re: kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0)

2009-05-07 Thread Murat Sürücü
The following reply was made to PR kern/131601; it has been noted by GNATS. From: =?iso-8859-9?B?TXVyYXQgU/xy/GP8?= To: , Cc: Subject: Re: kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0) Date: Thu, 7 May 2009 21:41:58 +0300 Bu, MIME biçiminde bir çok parçalý iletid

[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

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

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: > 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

kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0)

2009-05-07 Thread Vladimir Kurtukov
The following reply was made to PR kern/131601; it has been noted by GNATS. From: Vladimir Kurtukov To: bug-follo...@freebsd.org Cc: Subject: kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0) Date: Fri, 8 May 2009 08:46:33 +0800 use my patch, it works also, these who usin

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
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 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)..