Files
strongswan-ext/src/charon/debug
T
Martin Willi 4c23a8c9ec moved interface enumeration code to socket, where it belongs
query interfaces every time we need it to respect changes in network config
added address listing on startup and "ipsec statusall"
2006-08-28 08:45:22 +00:00

7 lines
137 B
Bash
Executable File

#!/bin/bash
make install || exit
ipsec start --nofork &
sleep 1
gdb /usr/local/libexec/ipsec/charon `cat /var/run/charon.pid`
ipsec stop