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"
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
make install || exit
|
||||
ipsec start --nofork &
|
||||
sleep 1
|
||||
gdb /usr/local/libexec/ipsec/charon `cat /var/run/charon.pid`
|
||||
ipsec stop
|
||||
Reference in New Issue
Block a user