libreswan: various fixes

start if kernel has missing ipv6 support
add libcap-ng support
fix some errors displayed on syslog

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2020-05-17 04:57:48 +03:00
parent dad8672037
commit a659c58f29
3 changed files with 18 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ IPSEC_BIN=/usr/sbin/ipsec
checkconfig() {
${IPSEC_BIN} addconn --checkconfig || return 1
mkdir -p /var/run/pluto
}
start_service() {