CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/06 11:07:57
Modified files:
sys/conf : files
sys/net : radix.c
Log message:
Do not compile net/radix_mpath.c in ART-enabled kernels.
In such kernels multipath routing support is independant from the data
structure used to perform the binary lookup. Is is implemented as a
singly-listed list of route entries. This is possible because a "struct
rtentry" is no longer mapped 1:1 to a node in the tree.
