Re: kern/88664: [ipfw] ipfw stateful firewalling broken with IPv6

2006-06-01 Thread Max Laier
On Tuesday 30 May 2006 20:53, regisr wrote:
 ... could you apply it on the 6 branch?

done.

 Thanks

-- 
/\  Best regards,  | [EMAIL PROTECTED]
\ /  Max Laier  | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | [EMAIL PROTECTED]
/ \  ASCII Ribbon Campaign  | Against HTML Mail and News


pgpHKmcZmKpqf.pgp
Description: PGP signature


Re: kern/88664: [ipfw] ipfw stateful firewalling broken with IPv6

2006-05-30 Thread regisr
... could you apply it on the 6 branch? 

Thanks


On Sun, 14 May 2006 08:59:12 +0200
regisr [EMAIL PROTECTED] a écrit:

 Hi,
 
 On Sun, 14 May 2006 06:34:24 +0200 (CEST)
 Max Laier [EMAIL PROTECTED] a écrit:
 
  Everybody with IPv6 please take a look at the patches in the PR and report
  back whether or not they fix things.
 
 I tested it for ftp, it is OK.
 Thanks
 
 -- 
 regisr 
 ___
 freebsd-ipfw@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 


-- 
regis
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/88664: [ipfw] ipfw stateful firewalling broken with IPv6

2006-05-14 Thread regisr
Hi,

On Sun, 14 May 2006 06:34:24 +0200 (CEST)
Max Laier [EMAIL PROTECTED] a écrit:

 Everybody with IPv6 please take a look at the patches in the PR and report
 back whether or not they fix things.

I tested it for ftp, it is OK.
Thanks

-- 
regisr 
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/88664: [ipfw] ipfw stateful firewalling broken with IPv6

2006-05-13 Thread Max Laier
Everybody with IPv6 please take a look at the patches in the PR and report
back whether or not they fix things.

 http://www.freebsd.org/cgi/query-pr.cgi?pr=88664

-- 
/\  Best regards,  | [EMAIL PROTECTED]
\ /  Max Laier  | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | [EMAIL PROTECTED]
/ \  ASCII Ribbon Campaign  | Against HTML Mail and NewsIndex: ip_fw2.c
===
RCS file: /home/ncvs/src/sys/netinet/ip_fw2.c,v
retrieving revision 1.130
diff -u -r1.130 ip_fw2.c
--- ip_fw2.c	12 May 2006 20:39:23 -	1.130
+++ ip_fw2.c	14 May 2006 04:21:01 -
@@ -641,11 +641,11 @@
 hash_packet6(struct ipfw_flow_id *id)
 {
 	u_int32_t i;
-	i = (id-dst_ip6.__u6_addr.__u6_addr32[0]) ^
-	(id-dst_ip6.__u6_addr.__u6_addr32[1]) ^
-	(id-dst_ip6.__u6_addr.__u6_addr32[2]) ^
+	i = (id-dst_ip6.__u6_addr.__u6_addr32[2]) ^
 	(id-dst_ip6.__u6_addr.__u6_addr32[3]) ^
-	(id-dst_port) ^ (id-src_port) ^ (id-flow_id6);
+	(id-src_ip6.__u6_addr.__u6_addr32[2]) ^
+	(id-src_ip6.__u6_addr.__u6_addr32[3]) ^
+	(id-dst_port) ^ (id-src_port);
 	return i;
 }
 ___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: kern/88664: [ipfw] ipfw stateful firewalling broken with IPv6

2005-11-08 Thread Mark Linimon
Synopsis: [ipfw] ipfw stateful firewalling broken with IPv6

Responsible-Changed-From-To: freebsd-bugs-freebsd-ipfw
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Nov 8 17:20:48 GMT 2005
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=88664
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to [EMAIL PROTECTED]