diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 27f2e3309598..aafba9ea9cb6 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -3548,7 +3548,7 @@ static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp) | |||
3548 | 3548 | ||
3549 | switch (event) { | 3549 | switch (event) { |
3550 | case RTM_NEWADDR: | 3550 | case RTM_NEWADDR: |
3551 | ip6_ins_rt(ifp->rt, NULL, NULL, NULL); | 3551 | ip6_ins_rt(ifp->rt); |
3552 | if (ifp->idev->cnf.forwarding) | 3552 | if (ifp->idev->cnf.forwarding) |
3553 | addrconf_join_anycast(ifp); | 3553 | addrconf_join_anycast(ifp); |
3554 | break; | 3554 | break; |