Files
linux/net/core
Eric W. Biederman ad496b34c6 net: Fix userspace RTM_NEWLINK notifications.
commit d90a909e1f upstream.

I received some bug reports about userspace programs having problems
because after RTM_NEWLINK was received they could not immeidate
access files under /proc/sys/net/ because they had not been
registered yet.

The problem was trivailly fixed by moving the userspace
notification from rtnetlink_event to the end of register_netdevice.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-18 14:05:38 -08:00
..
2008-11-14 00:53:54 -08:00
2008-11-25 17:35:18 -08:00
2009-11-24 14:50:53 -08:00
2008-11-18 18:52:37 +11:00
2009-09-30 16:20:38 -07:00