From 7bb41ec4b5a430f7615c9c8c15d9ebc27474ae39 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Aug 2017 14:48:52 +0000 Subject: [PATCH] ipsec: Let the updown script handle all events Signed-off-by: Michael Tremer --- src/helpers/ipsec-updown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/ipsec-updown b/src/helpers/ipsec-updown index a2430ee0..eb5fc210 100644 --- a/src/helpers/ipsec-updown +++ b/src/helpers/ipsec-updown @@ -42,7 +42,7 @@ fi log DEBUG "${0} called for ${CONNECTION}: ${PLUTO_VERB}" case "${PLUTO_VERB}" in - up-client) + up-client|up-client-v6|up-host|up-host-v6) case "${MODE}" in gre-*) if ! device_exists "${INTERFACE}"; then @@ -76,7 +76,7 @@ case "${PLUTO_VERB}" in esac ;; - down-client) + down-client|down-client-v6|down-host|down-host-v6) case "${MODE}" in vti) if device_exists "${INTERFACE}"; then -- 2.39.2