IPv6 support?

Are there any plans for IPv6 support? Has anyone looked into this?

Um, is there even IPv4 support in the current code? ANY networking support?

Perhaps tamarok means the Ethernet library for the W5100 in the latest arduino distribution. I don't think the W5100 supports ipv6 yet

At the moment the only way to get IPv6 working on Arduino is to use ENC28J60 based Ethernet shields or an XPORT PRO from Lantronix.

I ported the uipv6 stack to Arduino, see http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1268555095

Doesn't the wiznet chip support a "mac raw" mode that could theoretically support IPv6 (or anything else, perhaps including a SW IPv4 stack)? The documentation is pretty sketchy, and I haven't looked for more...