summaryrefslogtreecommitdiff
path: root/net/vde2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on amd64.Kirill Ponomarev2005-04-061-1/+1
| | | | Notes: svn path=/head/; revision=132653
* VDE is a user-mode ethernet simulation. It's quite useful forSergey Matveychuk2005-03-1123-0/+1146
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> Notes: svn path=/head/; revision=130884