[c-nsp] prefix-list rearranging itself

Nick Hilliard nick at foobar.org
Mon Jun 8 15:18:26 EDT 2015


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


More information about the cisco-nsp mailing list