https://bugzilla.wikimedia.org/show_bug.cgi?id=30739
--- Comment #6 from Carl Austin Bennett <[email protected]> 2011-09-06 22:41:32 UTC --- The problem would appear to be IP.php:isPublic( $ip ) which fails IPv6 addresses on this test: // ip2long accepts incomplete addresses, as well as some addresses // followed by garbage characters. Check that it's really valid. if( $ip != long2ip( $n ) ) { return false; } -- 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
