summaryrefslogtreecommitdiffstats
path: root/kernel/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/test.sh')
-rwxr-xr-xkernel/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/test.sh b/kernel/test.sh
index fc41522..125471f 100755
--- a/kernel/test.sh
+++ b/kernel/test.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id: Makefile.am 40 2003-10-27 18:32:45Z lennart $
+# $Id$
#
# This file is part of seppl.
#
@@ -29,8 +29,8 @@ make unload
sleep 2
make load
-../utils/seppl-ls -f /etc/seppl/ring2.keys > /proc/net/seppl_keyring
-../utils/seppl-ls
+../utils-python/seppl-ls -f /etc/seppl/ring2.keys > /proc/net/seppl_keyring
+../utils-python/seppl-ls
iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -d 10.0.0.0/8 -j TCPMSS --set-mss $((1500-40-8-6-16))
iptables -t mangle -A POSTROUTING -d 10.0.0.0/8 -j CRYPT --key `hostname`