From: Michael Tremer Date: Fri, 4 Aug 2017 20:45:39 +0000 (+0000) Subject: ipsec: Always make sure that n2n connections are unique X-Git-Tag: 009~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4609d6b46ccea9b63c6c9cdaed3d2e886ac26f3a;p=network.git ipsec: Always make sure that n2n connections are unique Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 32a6a2c2..fa2756a2 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -1041,6 +1041,11 @@ _ipsec_connection_to_strongswan_connection() { esac print # empty line + # Always only keep one connection open at a time + print_indent 2 "# Unique IDs" + print_indent 2 "unique = replace" + print + # Local Address print_indent 2 "# Local Address" if isset LOCAL_ADDRESS; then