diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index b10ff0a71855..ae5cf2d630eb 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -6115,6 +6115,7 @@ int dev_change_net_namespace(struct net_device *dev, struct net *net, const char | |||
6115 | */ | 6115 | */ |
6116 | call_netdevice_notifiers(NETDEV_UNREGISTER, dev); | 6116 | call_netdevice_notifiers(NETDEV_UNREGISTER, dev); |
6117 | call_netdevice_notifiers(NETDEV_UNREGISTER_BATCH, dev); | 6117 | call_netdevice_notifiers(NETDEV_UNREGISTER_BATCH, dev); |
6118 | rtmsg_ifinfo(RTM_DELLINK, dev, ~0U); | ||
6118 | 6119 | ||
6119 | /* | 6120 | /* |
6120 | * Flush the unicast and multicast chains | 6121 | * Flush the unicast and multicast chains |