diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index f96ed76d8fa4..79b79f3de24c 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -2268,6 +2268,9 @@ static int addrconf_notify(struct notifier_block *this, unsigned long event, | |||
2268 | break; | 2268 | break; |
2269 | case NETDEV_UP: | 2269 | case NETDEV_UP: |
2270 | case NETDEV_CHANGE: | 2270 | case NETDEV_CHANGE: |
2271 | if (dev->flags & IFF_SLAVE) | ||
2272 | break; | ||
2273 | |||
2271 | if (event == NETDEV_UP) { | 2274 | if (event == NETDEV_UP) { |
2272 | if (!netif_carrier_ok(dev)) { | 2275 | if (!netif_carrier_ok(dev)) { |
2273 | /* device is not ready yet. */ | 2276 | /* device is not ready yet. */ |