netdev-vport: Implement 'send' function.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 17:17:52 +0000 (10:17 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:19 +0000 (15:52 -0700)
commit7feba1acdd806b54ec152d2e93169ab2a295128d
tree0a318f8f6da16871654a7417fec85c324e785bd9
parent76c308b50d316a2186283467e12564c0234c7501
netdev-vport: Implement 'send' function.

The new implementation of the bonding code expects to be able to send
packets on netdevs using netdev_send().  This implements it.
lib/dpif-linux.c
lib/dpif-linux.h
lib/netdev-vport.c