diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 137b8eb666b7..94ef788a2ac6 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -166,6 +166,7 @@ static struct dst_ops ipv4_dst_ops = { | |||
166 | .negative_advice = ipv4_negative_advice, | 166 | .negative_advice = ipv4_negative_advice, |
167 | .link_failure = ipv4_link_failure, | 167 | .link_failure = ipv4_link_failure, |
168 | .update_pmtu = ip_rt_update_pmtu, | 168 | .update_pmtu = ip_rt_update_pmtu, |
169 | .local_out = ip_local_out, | ||
169 | .entry_size = sizeof(struct rtable), | 170 | .entry_size = sizeof(struct rtable), |
170 | }; | 171 | }; |
171 | 172 | ||