aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 21ce7e1b2284..ffb2c5705432 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -1399,7 +1399,9 @@ void ip_rt_redirect(__be32 old_gw, __be32 daddr, __be32 new_gw,
1399 rt->u.dst.path = &rt->u.dst; 1399 rt->u.dst.path = &rt->u.dst;
1400 rt->u.dst.neighbour = NULL; 1400 rt->u.dst.neighbour = NULL;
1401 rt->u.dst.hh = NULL; 1401 rt->u.dst.hh = NULL;
1402#ifdef CONFIG_XFRM
1402 rt->u.dst.xfrm = NULL; 1403 rt->u.dst.xfrm = NULL;
1404#endif
1403 rt->rt_genid = rt_genid(net); 1405 rt->rt_genid = rt_genid(net);
1404 rt->rt_flags |= RTCF_REDIRECTED; 1406 rt->rt_flags |= RTCF_REDIRECTED;
1405 1407