From 39d78300864fb9b2820a49b5ebe58d84c17f97de Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 24 Jan 2019 14:12:41 -0800 Subject: [PATCH] IPsec: ipsec.conf config items typoed. auth vs authby need to make sure it does't break but this shuold be the right way --- files/ipsec.conf.wit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ipsec.conf.wit b/files/ipsec.conf.wit index 95d3ddb..c7ca729 100644 --- a/files/ipsec.conf.wit +++ b/files/ipsec.conf.wit @@ -29,7 +29,7 @@ conn local4 leftsubnet = LOOPBACKv4 right = LOOPBACKv4 rightsubnet = LOOPBACKv4 - auth = none + authby = never type = passthrough @@ -45,7 +45,7 @@ conn local6 leftsubnet = LOOPBACKv6 right = LOOPBACKv6 rightsubnet = LOOPBACKv6 - auth = none + authby = never type = passthrough