diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 3e98fb5575981cce5b14ff7e738295c3b094ce91..a6bcf86ce471df9c08bb805b7df461e307ab7b92 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c @@ -2093,7 +2093,7 @@ static int do_setlink(const struct sk_buff *skb, dev->tx_queue_len = orig_len; goto errout; } - status |= DO_SETLINK_NOTIFY; + status |= DO_SETLINK_MODIFIED; } }