You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ((status&DO_SETLINK_NOTIFY) ==DO_SETLINK_NOTIFY)
3399
-
netdev_state_change(dev);
3399
+
netif_state_change(dev);
3400
3400
3401
3401
if (err<0)
3402
3402
net_warn_ratelimited("A link change request failed with some changes committed already. Interface %s may have been left with an inconsistent configuration, please check.\n",
0 commit comments