Hello! On Thu, Nov 07, 2013 at 01:29:58PM -0500, Nicolas HICHER wrote: [...] > Ok, sorry for my last mail. I restarted my vm, test again and it's ok : > > root@debian-wheezy:~/kernel/linux-source-3.2# ip rule delete table 256 > RTNETLINK answers: No such file or directory
Thanks for confirming! Lets see what happens upstream. Maybe they want to fix it differently. In case you don't want to run a patched kernel, an alternative solution inside iproute2 should be simple: just replace RT_TABLE_UNSPEC with 0xFF in the ip/iprule.c file at line 309 in the version packaged in Debian. (See http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/tree/ip/iprule.c#n327 ) -- Andreas Henriksson -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

