aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/rtnetlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index 4dd4c3cdc442..b7c7dfd86507 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -1432,6 +1432,7 @@ static int rtnetlink_event(struct notifier_block *this, unsigned long event, voi
1432 case NETDEV_DOWN: 1432 case NETDEV_DOWN:
1433 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING); 1433 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING);
1434 break; 1434 break;
1435 case NETDEV_PRE_UP:
1435 case NETDEV_POST_INIT: 1436 case NETDEV_POST_INIT:
1436 case NETDEV_REGISTER: 1437 case NETDEV_REGISTER:
1437 case NETDEV_CHANGE: 1438 case NETDEV_CHANGE: