https://bugzilla.wikimedia.org/show_bug.cgi?id=19003
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Brion Vibber <[email protected]> 2009-06-22 23:26:29 UTC --- Ok judging by http://en.wikipedia.org/wiki/IPv6 it looks like 1234:1234 is *not* a valid IPv6 address... but 1234::1234 is. :) I can confirm this experimentally: $ ping6 1234:1234 ping6: nodename nor servname provided, or not known $ ping6 1234::1234 ping6: UDP connect: No route to host A fixup to the regex checks should be able to clear this up. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
