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 63aa88efdcef..5f0f058dc376 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -234,6 +234,7 @@ static struct xfrm_policy_afinfo xfrm4_policy_afinfo = { | |||
234 | .get_tos = xfrm4_get_tos, | 234 | .get_tos = xfrm4_get_tos, |
235 | .init_path = xfrm4_init_path, | 235 | .init_path = xfrm4_init_path, |
236 | .fill_dst = xfrm4_fill_dst, | 236 | .fill_dst = xfrm4_fill_dst, |
237 | .blackhole_route = ipv4_blackhole_route, | ||
237 | }; | 238 | }; |
238 | 239 | ||
239 | #ifdef CONFIG_SYSCTL | 240 | #ifdef CONFIG_SYSCTL |