On 08/06/2015 20:15, Charles Sprickman wrote:
> for now. I’ll reply back tomorrow if this patch takes care of things so
> we’ve got something in the archives.
Oops, there's a typo in the patch! You need to replace the sortbyipaddr()
function with this instead:
sub sortbyipaddr {
&ipaddrval($a) cmp &ipaddrval($b);
}
Nick