CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/03/24 01:22:42

Modified files:
        regress/sbin/route: rttest1.ok rttest19.ok 

Log message:
Update regress test outputs to match the order of routes exported by an
ART-enabled kernel.

The difference is that routes with the same destination are now displayed
in natural prefix-length order.  This can even be seen as an improvement:

-10.0/16            192.0.2.4
-10.0/10            192.0.2.4
10/8               192.0.2.1
+10.0/10            192.0.2.4
+10.0/16            192.0.2.4

The previous order is due to how dup key chains are ordered.

Discussed with claudio@

Reply via email to