2
0
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:
Ben Pfaff
2009-07-30 16:04:45 -07:00
parent b1bf7d43b3
commit 8b61709d5e
11 changed files with 2306 additions and 1330 deletions

File diff suppressed because it is too large Load Diff