From 3e2b718c4c75254106509b3316fa651ef71877c3 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 2 Sep 2007 19:40:35 +0000
Subject: [PATCH] Do not restart ipsec on hotplug events (#2212)

SVN-Revision: 8577
---
 package/strongswan/files/ipsec.iface | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/strongswan/files/ipsec.iface b/package/strongswan/files/ipsec.iface
index 95e0958b84..0716bf79bc 100644
--- a/package/strongswan/files/ipsec.iface
+++ b/package/strongswan/files/ipsec.iface
@@ -5,4 +5,4 @@ CTLFILE="/var/run/pluto.ctl"
 
 [ -e "$CTLFILE" ] || exit
 
-/etc/init.d/ipsec restart
+/etc/init.d/ipsec update
-- 
GitLab