summaryrefslogtreecommitdiff
path: root/net/tspc
diff options
context:
space:
mode:
authorgrant <grant>2002-08-22 18:22:00 +0000
committergrant <grant>2002-08-22 18:22:00 +0000
commit3da77c7e87ca9c7dcc2649210700c93a23378f5f (patch)
tree1588ca48e596071a29f1ceaa3b549945389a78d1 /net/tspc
parent54e8afb4eac38ceec1a8c4418eeddaf1c3585241 (diff)
downloadpkgsrc-3da77c7e87ca9c7dcc2649210700c93a23378f5f.tar.gz
add note about creating tunnel interface on NetBSD.
Diffstat (limited to 'net/tspc')
-rw-r--r--net/tspc/MESSAGE9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tspc/MESSAGE b/net/tspc/MESSAGE
new file mode 100644
index 00000000000..4d08a9ef40d
--- /dev/null
+++ b/net/tspc/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2002/08/22 18:22:00 grant Exp $
+
+Before attempting to configure a tunnel, you will need to create the
+generic tunnel interface, eg. (NetBSD):
+
+ /sbin/ifconfig gif0 create
+
+===========================================================================