]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bring RADIX_MPATH support to new routing KPI to ease migration.
authormelifaro <melifaro@FreeBSD.org>
Mon, 11 Jan 2016 08:45:28 +0000 (08:45 +0000)
committermelifaro <melifaro@FreeBSD.org>
Mon, 11 Jan 2016 08:45:28 +0000 (08:45 +0000)
commit7cc47d54cd4ddb0ff54ff3313eaa330dbd3fc5cb
treee477df88843816bf8af910b6e7fdade5396d26ad
parent2d1014754e397b39dc0c8c0e2c63571bdd7faa2b
Bring RADIX_MPATH support to new routing KPI to ease migration.

Move actual rte selection process from rtalloc_mpath_fib()
  to the rt_path_selectrte() function. Add public
  rt_mpath_select() to use in fibX_lookup_ functions.
sys/net/radix_mpath.c
sys/net/radix_mpath.h
sys/netinet/in_fib.c
sys/netinet6/in6_fib.c