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 lookup local 
32766:  from all lookup main 
32767:  from all lookup default 
root@wheezy:~# ip rule delete table 10
RTNETLINK answers: No such file or directory
root@wheezy:~# ip rule delete table 256
root@wheezy:~# ip rule 
32766:  from all lookup main 
32767:  from all lookup default 

On debian squeeze, the problem does not exist:

root@squeeze:~# ip rule delete table 256
RTNETLINK answers: Operation not permitted

There is the same problem with iproute on Arch linux (iproute-3.10).

Thanks.

Nico

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iproute depends on:
ii  iproute2  3.11.0-1

iproute recommends no packages.

iproute suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to