tap_pl: fixed behaviour in send
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Tue, 1 May 2012 10:25:59 +0000 (10:25 +0000)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Tue, 1 May 2012 10:25:59 +0000 (10:25 +0000)
commit5320c3dd1742668e9de7311d6cfe185b2292f26f
tree1c8f5a72498203a8657d6d99d4d4247e47abaaf2
parent5a965e4eaea12e6d4404194a2ebc9a1d81b6516f
tap_pl: fixed behaviour in send

Open vSwitch checks for type "tap" sometimes by string comparison of
the class name and sometimes by equality of class pointers.
I missed one of the latter.
lib/netdev-linux.c