* Fw: [Bug 93121] New: fib_lookup failed to find blackhole or prohibit or unreachable routes
@ 2015-02-12 13:45 Stephen Hemminger
0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2015-02-12 13:45 UTC (permalink / raw)
To: netdev
Begin forwarded message:
Date: Thu, 12 Feb 2015 08:36:12 +0000
From: "bugzilla-daemon@bugzilla.kernel.org" <bugzilla-daemon@bugzilla.kernel.org>
To: "shemminger@linux-foundation.org" <shemminger@linux-foundation.org>
Subject: [Bug 93121] New: fib_lookup failed to find blackhole or prohibit or unreachable routes
https://bugzilla.kernel.org/show_bug.cgi?id=93121
Bug ID: 93121
Summary: fib_lookup failed to find blackhole or prohibit or
unreachable routes
Product: Networking
Version: 2.5
Kernel Version: since v3.6
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: IPV4
Assignee: shemminger@linux-foundation.org
Reporter: alexandergusarov@gmail.com
Regression: No
Trying functional of blackhole | prohibit | unreachable routes i have found
that kernel always generate ICMP Network Unreachable (type 3 code 0) packets as
reply to packets going to blackhole route.
It seems to after removing routing cache in kernel 3.6 fib_lookup() failed to
find something in FIB.
Trying functional on different versions of kernel show me that functional is
broken after kernel 3.5.
I tried:
Ubuntu 10.04 whith 2.6.32 kernel - OK
Ubuntu 10.04 whith 3.0.0 kernel - OK
Ubuntu 12.04 whith 3.2.0 kernel - OK
Ubuntu 12.04 whith 3.5.0 kernel - OK
Ubuntu 12.04 whith 3.8.0 kernel - ERROR
Ubuntu 14.04 whith 3.13.0 kernel - ERROR
Ubuntu 15.04 whith 3.18.0 kernel - ERROR (daily build)
Steps to reproduce:
1) Two linux machines whith static IP adresses
Alpha - 192.168.1.1/24
Beta - 192.168.1.2/24
2) on Beta add route to 192.168.128.0/17 and blackhole routes to subbets
$ ip route add 192.168.128.0/17 via 192.168.1.1
$ ip route add blackhole 192.168.128.0/19
$ ip route add prohibit 192.168.160.0/19
$ ip route add unreachable 192.168.192.0/19
3) on Alpha add route to 192.168.128.0/17
$ ip route add 192.168.128.0/17 via 192.168.1.2
4) on Alpha ping 192.168.128.1 (expected no reply)
$ ping 192.168.128.1
PING 192.168.128.1 (192.168.128.1) 56(84) bytes of data.
From 192.168.1.1 icmp_seq=1 Destination Net Unreachable
From 192.168.1.1 icmp_seq=2 Destination Net Unreachable
...
5) on Alpha ping 192.168.160.1 (expected reply "Packet Filtred")
$ ping 192.168.160.1
PING 192.168.160.1 (192.168.160.1) 56(84) bytes of data.
From 192.168.1.1 icmp_seq=1 Destination Net Unreachable
From 192.168.1.1 icmp_seq=2 Destination Net Unreachable
...
6) on Alpha ping 192.168.192.1 (expected reply "Host Unreachable")
$ ping 192.168.192.1
PING 192.168.192.1 (192.168.192.1) 56(84) bytes of data.
From 192.168.1.1 icmp_seq=1 Destination Net Unreachable
From 192.168.1.1 icmp_seq=2 Destination Net Unreachable
...
I apologize for my bad English
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-12 13:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 13:45 Fw: [Bug 93121] New: fib_lookup failed to find blackhole or prohibit or unreachable routes Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox