rtnl/do_setlink(): notify when a netdev is modified
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 1 Sep 2014 14:07:29 +0000 (16:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 19:57:04 +0000 (12:57 -0700)
commitba9989069f4e426b1e0ed7018eacc9e1ba607095
treea31001f42e367eac32e74c69ab2d48e571a14645
parent90c325e3bfe14ef360de6650fa2a2e92685e5cee
rtnl/do_setlink(): notify when a netdev is modified

Depending on which parameters were updated, the changes were not propagated via
the notifier chain and netlink.

The new flag has been set only when the change did not cause a call to the
notifier chain and/or to the netlink notification functions.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c
This page took 0.027631 seconds and 5 git commands to generate.