OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / openswan / testing / klips / saref-alloc-01 / alloctest3.sh
1 #!/bin/sh
2
3 : ==== start ====
4 TZ=GMT export TZ
5
6 ipsec spi --clear
7 ipsec eroute --clear
8
9 #ipsec klipsdebug --set pfkey
10 ROOT= export ROOT
11
12 sh $ROOT/testing/klips/saref-alloc-01/alloctest2.sh
13
14 ipsec spi | wc -l
15 : ==== end ====
16
17