On Sat, Dec 12, 2009 at 11:35:45PM -0800, Doran Mori wrote: > I was wrong. I just looked at rtalloc_mpath in the multipath code and > realized what I touched is probably going to break this now. > > Should I be flipping RTF_MPATH flags when I'm flipping RTF_UP flags? >
RTF_MPATH has nothing todo with RTF_UP. RTF_MPATH needs to be set if there is a route to the same destination and priority already in the table. In other words if there are multiple routes to the destination. RTM_CHANGE will never change RTF_MPATH. -- :wq Claudio

