032fc7a937
hooking together multiple qemu instances into a single virtual network without needing root access. It can also be used for tunneling or other network simulation tasks. PR: ports/76874 Submitted by: Craig Boston <craig@yekse.gank.org>
7 lines
347 B
Text
7 lines
347 B
Text
Virtual Distributed Ethernet is a user-mode virtual network (layer
|
|
2) infrastructure. It can be used for network simulations, joining
|
|
multiple qemu instances together in a shared virtual network, or
|
|
tunneling over the Internet. Physical hosts can be joined to the
|
|
virtual network by means of the tap(4) driver.
|
|
|
|
WWW: http://vde.sourceforge.net/
|