| commit | 5bb1ab09e4f6287c0b6c9cdbd463147cbd003f54 | [log] [tgz] |
|---|---|---|
| author | David L Stevens <dlstevens@us.ibm.com> | Wed May 09 13:53:44 2007 -0700 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Thu May 10 23:45:32 2007 -0700 |
| tree | 7511b9e3963c9f43d53ad5fec8627c927c632e09 | |
| parent | ac40e41f4ddec8882d3f7bc8fa98a4fce8796aff [diff] |
[IPV6]: Send ICMPv6 error on scope violations.
When an IPv6 router is forwarding a packet with a link-local scope source
address off-link, RFC 4007 requires it to send an ICMPv6 destination
unreachable with code 2 ("not neighbor"), but Linux doesn't. Fix below.
Signed-off-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>