The following reply was made to PR kern/89472; it has been noted by GNATS.

From: =?iso-8859-1?Q?Ga=EBl?= Roualland <[EMAIL PROTECTED]>
To: Hajimu UMEMOTO <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [email protected]
Subject: Re: kern/89472: ipfw2 no longer supports filtering IPv6-over-IPv4 on 
 6.0-RELEASE
Date: Sun, 27 Nov 2005 02:15:05 +0100

 Hajimu UMEMOTO a écrit :
 > gael>  It does work, at least IPv6-over-IPv4 packets are not blocked, but 
 > ipfw
 > gael>  list/show reports the rule as "allow ip from a.b.c.d to me" and it 
 > does
 > gael>  filter it that way, opening a lot more than just protocol 41...
 > 
 > Umm, 41 is treated as ipv6, internally.  With following patch,
 > 
 >         allow ip from a.b.c.d to me proto 41
 > 
 > should work for workaround.  However, it is still incomplete, and
 > `ipfw show' shows
 > 
 >         allow ip from any to any proto ipv6
 > 
 > Apart from this limitation, it seems working to me here.
 
 I applied the patch, and 'show' was fine (except for ipv6 instead of
 41), but it did break my other rules.. Looks like "allow ip from any to
 any" doesn't match anything anymore...
 
 Gaël.
 
 -- 
 Gaël Roualland -+- [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to