commit | 9ce8ade015a3f82dbdf856df7a685878dd1cc0e1 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Oct 18 20:46:54 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 20:46:54 2006 -0700 |
tree | daa2d5f9b335ef9762d9aaa3b91cd07077006640 | |
parent | 3a31b9d2f2d98667832e87fa1853754ff062d6ef [diff] |
[IPv6] route: Fix prohibit and blackhole routing decision Lookups resolving to ip6_blk_hole_entry must result in silently discarding the packets whereas an ip6_pkt_prohibit_entry is supposed to cause an ICMPV6_ADM_PROHIBITED message to be sent. Thanks to Kim Nordlund <kim.nordlund@nokia.com> for noticing this bug. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>