I have encountered this behaviour on the wily lts kernel in 14.04
(4.2.0-23-generic #28~14.04.1-Ubuntu)

However, i have manually added the route via ip route command, e.g.

# ip r a 192.168.100.1/32 dev br-ext

ip route show shows nothing, but ip route get displays the route.

# ip route show | grep 192.168.100.1
# ip route get 192.168.100.1
192.168.100.1 dev br-ext  src 10.10.2.2 
    cache 

The kernel seems to have this route, as it can be deleted

# ip r del 192.168.100.1/32 dev br-ext

And if trying to delete it again, I get an error message as expected.

# ip r del 192.168.100.1/32 dev br-ext
RTNETLINK answers: No such process

So I would retitle this bug as "routing table does not always show all
routes"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411350

Title:
  routing table does not show dynamic routes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1411350/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to