CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/21 11:01:30
Modified files:
sys/net : if.c pf.c radix.c radix_mpath.c radix_mpath.h
route.c rtsock.c
Log message:
Change rn_mpath_next() to be able to walk over the full multipath list
not only over routes of the same prio. This makes it possible to modify
rt_mpath_matchgate() so that if only gateway is specified without a specific
priority it will scan the full list and not only the first routes.
This is also needed for upcoming link state tracking.