Re: [NET]: Avoid duplicate netlink notification when changing link state

2007-06-05 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Wed, 6 Jun 2007 00:54:53 +0200 > When changing the link state from userspace not affecting any other > flags. Two duplicate notification are being sent, once as action > in the NETDEV_UP/NETDEV_DOWN notification chain and a second time > when comparing o

[NET]: Avoid duplicate netlink notification when changing link state

2007-06-05 Thread Thomas Graf
When changing the link state from userspace not affecting any other flags. Two duplicate notification are being sent, once as action in the NETDEV_UP/NETDEV_DOWN notification chain and a second time when comparing old and new device flags after the change has been completed. Although harmless, the