From 37129ab8f85a1ec4d79422b7d3439284e05f6d61 Mon Sep 17 00:00:00 2001 From: Pierre POMES Date: Tue, 14 Feb 2012 21:57:44 -0500 Subject: Ticket #2157. Add missing call to relayd_configure() --- usr/local/www/system_advanced_misc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local') diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php index 5889df5..2e08eb7 100644 --- a/usr/local/www/system_advanced_misc.php +++ b/usr/local/www/system_advanced_misc.php @@ -184,6 +184,8 @@ if ($_POST) { vpn_ipsec_configure_preferoldsa(); if ($need_racoon_restart) vpn_ipsec_force_reload(); + if ($need_relayd_restart) + relayd_configure(); } } -- cgit v1.1