CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/29 09:02:18
Modified files:
sys/net : art.h route.h rtable.c
Log message:
Convert the simple list of multipath route entries used by ART kernels
to a SRP list.
This turns the rtable_* layer mpsafe. We now only need to protect the
ART implementation itself.
Note that route(8) regress tests will now fail due to a supplementary
reference taken by the SRPL_INIT(9) API.
ok dlg@
