commit | c45a3dfb59c0f17bdbd294dd01efb2d7f99a32c7 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jan 27 15:32:19 2012 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 27 21:00:08 2012 -0500 |
tree | a7b4f99a97ab012371f91fa7a2fbdc52bb584f74 | |
parent | 4991969a1027826c3db19dd3e600e145603e6928 [diff] |
ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward(). It's only used to get at neigh->primary_key, which in this context is always going to be the same as rt->rt6i_gateway. Signed-off-by: David S. Miller <davem@davemloft.net>