commit | 9bb5a14813f502b867a45075c88bc1f2b78381df | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | Thu Jan 17 12:53:48 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 18:38:19 2013 -0500 |
tree | ad847b21e5891498947b270a483c78693779d4e1 | |
parent | 2152caea719657579daa3a1a57a5425a3db6d612 [diff] |
ipv6: Introduce rt6_nexthop() to select nexthop address. For RTF_GATEWAY route, return rt->rt6i_gateway. Otherwise, return 2nd argument (destination address). This will be used by following patches which remove rt->n dependency patches in ip6_dst_lookup_tail() and ip6_finish_output2(). Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>