|
@@ -109,7 +109,7 @@ static struct dst_ops ip6_dst_ops_template = {
|
|
|
.negative_advice = ip6_negative_advice,
|
|
|
.link_failure = ip6_link_failure,
|
|
|
.update_pmtu = ip6_rt_update_pmtu,
|
|
|
- .local_out = ip6_local_out,
|
|
|
+ .local_out = __ip6_local_out,
|
|
|
.entry_size = sizeof(struct rt6_info),
|
|
|
.entries = ATOMIC_INIT(0),
|
|
|
};
|