CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/09/28 02:36:24
Modified files: sys/net : radix_mpath.c radix_mpath.h route.c rtable.c rtable.h sys/netinet : ip_carp.c Log message: Factors ou the route hashing code to implement Equal-Cost Multi-Path for ART. While here sync the two remaining mix() macros. ok chris@, dlg@