2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

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.
This commit is contained in:
Ben Pfaff
2011-04-01 10:17:52 -07:00
parent 76c308b50d
commit 7feba1acdd
3 changed files with 68 additions and 1 deletions

View File

@@ -53,4 +53,7 @@ int dpif_linux_vport_get(const char *name, struct dpif_linux_vport *reply,
bool dpif_linux_is_internal_device(const char *name);
int dpif_linux_vport_send(int dp_ifindex, uint32_t port_no,
const void *data, size_t size);
#endif /* dpif-linux.h */