ipv6: fix route error binding peer in func icmp6_dst_alloc
authorGao feng <omarapazanadi@gmail.com>
Fri, 28 Oct 2011 02:46:57 +0000 (02:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Oct 2011 20:36:07 +0000 (16:36 -0400)
commit7011687f0f2f12cc348f6a693fafe63d89167eac
treec5e546044c5ff88b4abafc28df19e8b7ba951a7e
parent504744e4edc24f6f16eed44a59b39bffcc0c1391
ipv6: fix route error binding peer in func icmp6_dst_alloc

in func icmp6_dst_alloc,dst_metric_set call ipv6_cow_metrics to set metric.
ipv6_cow_metrics may will call rt6_bind_peer to set rt6_info->rt6i_peer.
So,we should move ipv6_addr_copy before dst_metric_set to make sure rt6_bind_peer success.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c