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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user