From 55584999e396fae97c47a9d83d35d6b45c7bed97 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 6 Jun 2006 07:06:53 +0000 Subject: [PATCH] =?utf8?q?Agrego=20script=20para=20testear=20m=C3=A1s=20f?= =?utf8?q?=C3=A1cil.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- practicas/pipi/src/test.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 practicas/pipi/src/test.sh diff --git a/practicas/pipi/src/test.sh b/practicas/pipi/src/test.sh new file mode 100755 index 0000000..4493a19 --- /dev/null +++ b/practicas/pipi/src/test.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# Host 10.10.10.1 +./test_ipin 10.10.10.5 25 1 1 & +echo 'Adios mundo cruel!!!' | ./test_ipout 10.10.10.1 10.10.10.3 25 \ + ../rutas_ejemplo/route_10.10.10.1.txt + +# Router 10.10.10.5 +./test_ipin 10.10.10.5 25 1 1 & +echo | ./test_ipout 10.10.10.5 10.10.10.1 23 \ + ../rutas_ejemplo/route_10.10.10.5.txt + +# Host 10.10.10.3 +./test_ipin 10.10.10.3 23 0 0 & +echo | ./test_ipout 10.10.10.3 10.10.10.5 25 \ + ../rutas_ejemplo/route_10.10.10.3.txt + +# Limpio +sleep 1 +killall test_ipin +ipcrm -Q 0x1abcdef1 +ipcrm -Q 0x1abcdef2 -- 2.43.0