From ae5f9b01bd2d8af0aba5632949b88fc96f2dba53 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 31 May 2000 01:16:05 +0000 Subject: [PATCH] Add example invocation. --- ipif/udptunnel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipif/udptunnel b/ipif/udptunnel index 0698d87..9d815a2 100755 --- a/ipif/udptunnel +++ b/ipif/udptunnel @@ -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[] ... . @@ -98,7 +102,7 @@ # 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; -- 2.11.0