Fix the tracking of RTF_MPATH. Until now the magic happend on the first route
authorclaudio <claudio@openbsd.org>
Mon, 28 Jul 2008 13:25:10 +0000 (13:25 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 28 Jul 2008 13:25:10 +0000 (13:25 +0000)
commit5c7dd751ecfd324f3ba7c1f7edf43a3831754ce4
tree7268b3b4e324a0c2d8414870e95272498d832d5d
parent482d7b6aeb2634342fa99610d02fc4f389793da2
Fix the tracking of RTF_MPATH. Until now the magic happend on the first route
and not on the routes with the right prio. So pick up the correct route by
calling rn_mpath_prio() first.
OK henning@
sys/net/route.c