Multi-Path Routing - rn_match function - FreeBSD 9.0

Robert Simpson rbsimpsont at gmail.com
Mon Feb 11 02:54:27 UTC 2013


Hey Guys,

I am new to FreeBSD and currently browsing the routing code to understand
how routing works. I came across RADIX_MPATH which adds support for MPath.
But in the rn_match function which searches for a matching route, there is
no logic to handle the Multi-path routing. i.e. always the first matched
route will be selected even if multiple paths exists to the same
destination.

Am I missing something here or is this a bug.

Rob


More information about the freebsd-net mailing list