From 87efd07831bc136416a5bd435e6bb67716c16ce7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 20 Aug 2020 06:57:03 +0200 Subject: [PATCH] ipsec: style sweep --- src/etc/inc/plugins.inc.d/ipsec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/ipsec.inc b/src/etc/inc/plugins.inc.d/ipsec.inc index 807129c79..621ea9553 100644 --- a/src/etc/inc/plugins.inc.d/ipsec.inc +++ b/src/etc/inc/plugins.inc.d/ipsec.inc @@ -1899,7 +1899,7 @@ function ipsec_configure_vti($verbose = false) $inet = is_ipaddrv6($intf_details['local']) ? 'inet6' : 'inet'; if (empty($current_interfaces[$intf])) { // prevent ipsec vti interface to hit 32768 limit (create numbered, rename and attach afterwards) - if (legacy_interface_create("ipsec", $intf) != null) { + if (legacy_interface_create("ipsec", $intf) != null) { mwexecf('/sbin/ifconfig %s reqid %s', array($intf, $intf_details['reqid'])); mwexecf( '/sbin/ifconfig %s %s tunnel %s %s up',