freebsd-ports/net/vde/pkg-descr
Sergey Matveychuk 032fc7a937 VDE is a user-mode ethernet simulation. It's quite useful for
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>
2005-03-11 13:51:32 +00:00

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/