netdev-linux: Use the netdev list of devices instead of cachemap.
authorJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 20:05:58 +0000 (15:05 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 23:26:44 +0000 (18:26 -0500)
We previously maintained a list of open devices inside of the
linux netdev.  Since the netdev library now maintains this list,
it is better to use that list instead of our own.


No differences found