https://bugzilla.wikimedia.org/show_bug.cgi?id=30739
--- Comment #10 from Carl Austin Bennett <[email protected]> 2011-09-06 23:01:45 UTC --- Brion, I can confirm your "Aho, looks like that should be 'fc00::' not 'fc::'" Indeed 00fc: to fdff:/16 is huge, but change this to: if ( !$privateRanges ) { $privateRanges = array( array( 'fc00::', 'fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff' ), # RFC 4193 (local) array( '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1' ), # loopback ); } to flag just fc00: to fdff:/16 as local and the code starts working. This makes sense as global IPv6 addresses are prefixed 2xxx: or 3xxx: - thanks. -- 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
