Public bug reported:

Binary package hint: iproute

Attempting to add a routing rule like this:
   ip rule add from all lookup main
fails with the message
  RTNETLINK answers: Numerical result out of range

There is some discussion here:
http://mailman.ds9a.nl/pipermail/lartc/2007q1/020492.html

And here is a transcript from my shell:
  [EMAIL PROTECTED]:~# ip rule show
  0:      from all lookup 255
  32766:  from all lookup main
  32767:  from all lookup default
  [EMAIL PROTECTED]:~# ip rule add from all lookup main
  RTNETLINK answers: Numerical result out of range
  [EMAIL PROTECTED]:~# ip rule add from all lookup 200
  RTNETLINK answers: Numerical result out of range

** Affects: iproute (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
"ip rule add from all" fails
https://bugs.launchpad.net/bugs/120160
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to