commit | 550bab42f83308c9d6ab04a980cc4333cef1c8fa | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Sun Oct 20 15:43:04 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 18:37:01 2013 -0400 |
tree | 254a9840e9ca6cbe13815443b9b8bd1c2ae54b47 | |
parent | 96dc809514fb2328605198a0602b67554d8cce7b [diff] |
ipv6: fill rt6i_gateway with nexthop address Make sure rt6i_gateway contains nexthop information in all routes returned from lookup or when routes are directly attached to skb for generated ICMP packets. The effect of this patch should be a faster version of rt6_nexthop() and the consideration of local addresses as nexthop. Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>