Skip to content

Commit

Permalink
1. bad directory
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/vpcs/code/trunk@77 285c826d-31ef-41a9-a5b6-d2a4949dcdf2
  • Loading branch information
mirnshi committed Aug 26, 2013
1 parent 0daaf76 commit 2ce1183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src.drivers/freebsd/README
@@ -1,8 +1,8 @@
1. how to compile
cp if_utun.c /sys/net/.
mkdir /sys/modules/utun
cp Makefile /sys/modules/utun/.
cd /sys/modules/utun
mkdir /sys/modules/if_utun
cp Makefile /sys/modules/if_utun/.
cd /sys/modules/if_utun
make

2. how to load
Expand Down
4 changes: 3 additions & 1 deletion src.drivers/freebsd/if_utun.c
Expand Up @@ -26,7 +26,9 @@
*
*/

/* utun, pseudo interface driver
/* $Id$
*
* utun, pseudo interface driver
* encapsulates the traffic into UDP packets.
*
* outgoing path
Expand Down

0 comments on commit 2ce1183

Please sign in to comment.