CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/16 12:17:27
Modified files:
sys/kern : vfs_subr.c
sys/net : pf_table.c radix.c radix_mpath.c route.c
rtsock.c
Log message:
Fix rn_match and there for the expoerted lookup functions in radix.c
to never return the internal RNF_ROOT nodes. This removes the checks
in the callee to verify that not an RNF_ROOT node was returned.
OK mpi@
