]> git.ipfire.org Git - people/ms/strongswan.git/blob - programs/charon/scripts/daemon-loop.sh
- import of strongswan-2.7.0
[people/ms/strongswan.git] / programs / charon / 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