chiark / gitweb /
Add example invocation.
authorian <ian>
Wed, 31 May 2000 01:16:05 +0000 (01:16 +0000)
committerian <ian>
Wed, 31 May 2000 01:16:05 +0000 (01:16 +0000)
ipif/udptunnel

index 0698d8707a624f080faf134e44494c4a7703a4cb..9d815a26a03d6584c3f2e6c981e67eccff87d164 100755 (executable)
@@ -1,6 +1,10 @@
 #!/usr/bin/perl
 # Simple tunnel for userv-ipif tunnels.
 #
+# Example test invocation
+#
+#  ./udptunnel -e nonce -e timestamp/10/30 -e pkcs5/8 -e blowfish-cbcmac/128 -e blowfish-cbc/128 -m -f ./udptunnel-forwarder davenant,Any anarres,Command 172.30.206.1,172.30.206.2,1000,cslip 15,70 '' '' rsh anarres things/userv-utils/ipif/udptunnel -f things/userv-utils/ipif/udptunnel-forwarder
+#
 # usage:
 #  udptunnel
 #        [ -l[<local-command/arg>] ... .
 # along with userv-utils; if not, write to the Free Software
 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
-# $Id: udptunnel,v 1.14 2000/05/31 00:58:53 ian Exp $
+# $Id: udptunnel,v 1.15 2000/05/31 01:16:05 ian Exp $
 
 use Socket;
 use POSIX;