aboutsummaryrefslogtreecommitdiffstats
path: root/net/vde2
Commit message (Collapse)AuthorAgeFilesLines
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2
| | | | Tested by: several builds in P6 TB
* Update my ports to my freebsd addresspgollucci2008-07-231-2/+2
| | | | Approved by: araujo (mentor)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Add net/vde2 (repocopied from net/vde).alepulver2007-02-1925-1115/+78
| | | | | | | - Add CONFLICTS between them. PR: ports/108539 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Fix build on amd64.krion2005-04-071-1/+1
|
* VDE is a user-mode ethernet simulation. It's quite useful forsem2005-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>