query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall"
7 lines
137 B
Bash
Executable File
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
|