On Wed, 2008-04-23 at 19:26 +0200, Benoit Boissinot wrote: > On Wed, Apr 23, 2008 at 07:01:14PM +0200, Benoit Boissinot wrote: > > On Wed, Apr 23, 2008 at 12:23:45PM -0400, Dan Williams wrote: > > > probably need to poke Thomas about this one, before I start > > > instrumenting iproute2 to dump the netlink packets it sends, doing the > > > same for libnl, and see what's different. > > > > I'm on it, I can reproduce it (and I've already dumped libnl vs iproute). > > got it, we have to set the scope to RT_SCOPE_UNIVERSE, there's an XXX in > libnl: > /* XXX Change to UNIVERSE if gw || nexthops */ > > so I should add rtnl_route_set_scope(route, RT_SCOPE_UNIVERSE); to all > patches that add a route with a gateway.
I'm currently fixing this in my tree. I have routes working properly now with all the multipath configuration possibilities etc. It will break ABI and API though, I'll therefore release it as 1.2. _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
