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 387b813f227d..ced58e1d91b6 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -607,7 +607,7 @@ static void dev_forward_change(struct inet6_dev *idev) | |||
607 | dev = idev->dev; | 607 | dev = idev->dev; |
608 | if (idev->cnf.forwarding) | 608 | if (idev->cnf.forwarding) |
609 | dev_disable_lro(dev); | 609 | dev_disable_lro(dev); |
610 | if (dev && (dev->flags & IFF_MULTICAST)) { | 610 | if (dev->flags & IFF_MULTICAST) { |
611 | if (idev->cnf.forwarding) | 611 | if (idev->cnf.forwarding) |
612 | ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters); | 612 | ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters); |
613 | else | 613 | else |