netdev-vport: Fix poll_add() implementation.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 20:48:31 +0000 (12:48 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Nov 2010 17:21:09 +0000 (09:21 -0800)
commiteb5f3e933b0922d369ad839b2afa1cd7ab764b6e
treea7c4e1aa6bc2ebd5d2069209712e8b5a8fff26c5
parente94b92baf63322117e22a7432e1740afa3073587
netdev-vport: Fix poll_add() implementation.

The existing implementation never worked because it used different strings
for notifier shash addition and lookup: for adding to the shash, it used
the vport name; for lookup, it used "<type>:<name>".  This fixes the
problem, by using "<type>:<name>" in both cases.
lib/netdev-vport.c