diff options
Diffstat (limited to 'net/ipv4/xfrm4_policy.c')
-rw-r--r-- | net/ipv4/xfrm4_policy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index 1d7524375b49..b4948c170b3e 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -237,6 +237,7 @@ static struct dst_ops xfrm4_dst_ops = { | |||
237 | .update_pmtu = xfrm4_update_pmtu, | 237 | .update_pmtu = xfrm4_update_pmtu, |
238 | .destroy = xfrm4_dst_destroy, | 238 | .destroy = xfrm4_dst_destroy, |
239 | .ifdown = xfrm4_dst_ifdown, | 239 | .ifdown = xfrm4_dst_ifdown, |
240 | .local_out = __ip_local_out, | ||
240 | .gc_thresh = 1024, | 241 | .gc_thresh = 1024, |
241 | .entry_size = sizeof(struct xfrm_dst), | 242 | .entry_size = sizeof(struct xfrm_dst), |
242 | }; | 243 | }; |