mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
netdev: Implement an abstract interface to network devices.
This new abstraction layer allows multiple implementations of network devices in a single running process. This will be useful, for example, to support network devices that are simulated entirely in the running process or that communicate with other processes over Unix domain sockets, etc. The reimplemented tap device support in this commit has not been tested.
This commit is contained in:
1604
lib/netdev.c
1604
lib/netdev.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user