funny ECMP

Ingo Flaschberger if at xip.at
Tue Aug 24 18:28:28 UTC 2010


Dear Li,

> The indirect route is colliding with the interface route, both have
> the same mask.
>
> How do you expect this to work ?
>
> How would the routing code differentiate between on-link nodes and
> the those needing to be routed through 10.11.11.1 ?

in_lltable_rtcheck
         if (rt == NULL || (!(flags & LLE_PUB) &&
                            ((rt->rt_flags & RTF_GATEWAY) ||
                             (rt->rt_ifp != ifp)))) {
RTF_GATEWAY?

Kind regards,
 	Ingo Flaschberger


More information about the freebsd-net mailing list