netdev-linux: Check notifications are for netdev-linux device.
authorJesse Gross <jesse@nicira.com>
Tue, 30 Mar 2010 22:39:20 +0000 (18:39 -0400)
committerJesse Gross <jesse@nicira.com>
Mon, 19 Apr 2010 13:11:57 +0000 (09:11 -0400)
commit15b3596a4105bbea82108ac251f9b19dc316e19d
treea2f6d4c48e9cc1884c5e286b5568a54a83474341
parent2736b84e2348090d4756f987db37aa7ddfcb50e0
netdev-linux: Check notifications are for netdev-linux device.

When receiving a change notification from rtnetlink we checked whether
a netdev of that name existed and if so tried to handle it.  This also
checks that the type of the device is one handled by netdev-linux.
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev.c