netdev-linux: Fix tap device using wrong FD.
authorJesse Gross <jesse@nicira.com>
Mon, 3 Aug 2009 23:11:43 +0000 (16:11 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 30 Sep 2009 19:43:05 +0000 (12:43 -0700)
commit1a487cec005de9f77cb9d1a2492681af293f73fb
tree700ce9a38848e1840292002cbdda61a3354778d4
parenteffb3acf60ddf247236f46f69897ccb9582dacd2
netdev-linux: Fix tap device using wrong FD.

Tap devices were doing ioctls on the AF_INET socket, instead of the
FD opened on the tap device.
lib/netdev-linux.c