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]"
