CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/10/20 10:17:37
Modified files: sys/net : radix.c radix_mpath.c radix_mpath.h Log message: Rename rn_mpath_count() to rn_mpath_active_count() since it will only return the number of active aka RTF_UP multipath routes. OK grep & gcc