From: Patrick McHardy <[EMAIL PROTECTED]> Date: Sat, 05 Aug 2006 11:00:36 +0200
> Thomas Graf wrote: > > + if (rt->rt6i_table) > > + rtm->rtm_table = rt->rt6i_table->tb6_id; > > + else > > + rtm->rtm_table = RT6_TABLE_UNSPEC; > > rtm->rtm_table = RT_TABLE_MAIN; > > > This looks like a mistake, the table ID is overwritten again. > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Good catch Patrick, patch applied. Thanks a lot. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html