1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/vde2/files/patch-vde.h
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

16 lines
268 B
C

--- vde.h Sat Jan 29 15:02:08 2005
+++ vde.h Sun Jan 30 11:39:43 2005
@@ -2,6 +2,12 @@
#define VDESTDSOCK "/tmp/vde.ctl"
#endif
+#ifdef __FreeBSD__
+#ifndef VDEDATSOCK
+#define VDEDATSOCK "/tmp/.vde.data"
+#endif
+#endif
+
#define DO_SYSLOG
#define VDE_IP_LOG