From bee7cd82f805daf11c53515059f45ad0da20de7f Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 3 Sep 2013 10:27:11 +0000 Subject: Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present and being reloaded. --- etc/rc.bootup | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index ab10e53..89a2be7 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -437,6 +437,7 @@ unset($g['booting']); if ($ipsec_dynamic_hosts) { vpn_ipsec_refresh_policies(); vpn_ipsec_configure(); + filter_configure(); } led_normalize(); -- cgit v1.1