Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-11-07 Thread Andreas Henriksson
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!

Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-11-07 Thread Nicolas HICHER
Hello, 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. Nicolas On 07/11/13 01:16 PM, Andreas Henriksson wrote: Hello Nicolas! On Thu, Nov 07,

Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-11-07 Thread Nicolas HICHER
Hello, I rebuild a kernel with your patch on debian wheezy with the debian config-3.2.0-4-686-pae file. It's not functionnal. Thanks. Nico On 07/11/13 07:58 AM, Andreas Henriksson wrote: On Fri, Sep 27, 2013 at 01:53:14PM -0400, Nicolas HICHER wrote: [...] On debian wheezy, jessie, sid, i

Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-11-07 Thread Andreas Henriksson
Hello Nicolas! On Thu, Nov 07, 2013 at 01:16:57PM -0500, Nicolas HICHER wrote: > I rebuild a kernel with your patch on debian wheezy with the debian > config-3.2.0-4-686-pae file. It's not functionnal. Are you sure? I just tested it here myself and it fixed the problem for me so I think it's the

Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-11-07 Thread Andreas Henriksson
On Fri, Sep 27, 2013 at 01:53:14PM -0400, Nicolas HICHER wrote: [...] > On debian wheezy, jessie, sid, if you try to delete an inexistant > table with ip rule, the local table will be deleted. The table number must > be greater than 256: There are two different code-paths for table id < 256 and a

Bug#724783: iproute: ip rule delete local table if table number doesn't exist

2013-09-27 Thread Nicolas HICHER
Package: iproute Version: 1:3.11.0-1 Severity: important Tags: upstream Dear Maintainer, On debian wheezy, jessie, sid, if you try to delete an inexistant table with ip rule, the local table will be deleted. The table number must be greater than 256: root@wheezy:~# ip rule 0: from all look