]> git.ipfire.org Git - thirdparty/strongswan.git/blob - Source/scripts/daemon-loop.sh
- renamed get_block_size of hasher
[thirdparty/strongswan.git] / Source / scripts / daemon-loop.sh
1 #!/bin/bash
2
3 while [ 1 ]
4 do
5 ip x p f
6 ip x s f
7 rm /var/run/charon.*
8 make
9 bin/charon
10 echo ""
11 echo "----------------------------"
12 echo ""
13 done