From: Michael Tremer Date: Fri, 4 Aug 2017 14:48:52 +0000 (+0000) Subject: ipsec: Let the updown script handle all events X-Git-Tag: 009~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb41ec4b5a430f7615c9c8c15d9ebc27474ae39;p=network.git ipsec: Let the updown script handle all events Signed-off-by: Michael Tremer --- 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