From 4cf4f8f62310e508173de650b867ded5933d7d56 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 29 Nov 2018 15:45:52 +0000 Subject: [PATCH] ipsec-policy: Parse all configuration settings Signed-off-by: Michael Tremer --- config/firewall/ipsec-policy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/firewall/ipsec-policy b/config/firewall/ipsec-policy index 011e6e1f74..37267dbf3c 100644 --- a/config/firewall/ipsec-policy +++ b/config/firewall/ipsec-policy @@ -27,7 +27,8 @@ VARS=( id status name lefthost type ctype x1 x2 x3 leftsubnets x4 righthost rightsubnets x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 proto x22 x23 x24 - route rest + route x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 + interface_mode interface_address interface_mtu rest ) block_subnet() { -- 2.39.5