- fixed log-to-syslog behavior
- added patch against strongswan-2.6.4
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
while [ 1 ]
|
||||
do
|
||||
ip x p f
|
||||
ip x s f
|
||||
rm /var/run/charon.*
|
||||
make
|
||||
bin/charon
|
||||
echo ""
|
||||
echo "----------------------------"
|
||||
echo ""
|
||||
done
|
||||
Reference in New Issue
Block a user