diff options
Diffstat (limited to 'net/ipv6/xfrm6_policy.c')
-rw-r--r-- | net/ipv6/xfrm6_policy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index c128ca1affe3..48ce496802fd 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c | |||
@@ -274,6 +274,7 @@ static struct xfrm_policy_afinfo xfrm6_policy_afinfo = { | |||
274 | .get_tos = xfrm6_get_tos, | 274 | .get_tos = xfrm6_get_tos, |
275 | .init_path = xfrm6_init_path, | 275 | .init_path = xfrm6_init_path, |
276 | .fill_dst = xfrm6_fill_dst, | 276 | .fill_dst = xfrm6_fill_dst, |
277 | .blackhole_route = ip6_blackhole_route, | ||
277 | }; | 278 | }; |
278 | 279 | ||
279 | static int __init xfrm6_policy_init(void) | 280 | static int __init xfrm6_policy_init(void) |