strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some improvements in signaling code
[strongswan.git]
/
src
/
charon
/
debug
1
#!/bin/bash
2
make install || exit
3
ipsec start --nofork &
4
sleep 1
5
gdb /usr/local/libexec/ipsec/charon `cat /var/run/charon.pid`
6
ipsec stop