CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/02 02:17:47
Modified files:
sys/net : route.c route.h rtable.c rtable.h
Log message:
Move multipath Hash-Threshold selection mechanism inside rtable_match().
This will helps for unlocking the routing table and will prevent further
mistake by keeping the multipath logic inside the rtable_* API.
ok dlg@, claudio@
