From c178bf21c1e6d68be2fca6763e8e4b8493304d32 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 19 Feb 2013 06:34:48 +0100 Subject: [PATCH] Forward Firewall: added Policymode for OUTGOING to converterscript --- config/forwardfw/convert-outgoingfw | 1 + 1 file changed, 1 insertion(+) diff --git a/config/forwardfw/convert-outgoingfw b/config/forwardfw/convert-outgoingfw index edb1fd0a8..3c11f92fe 100755 --- a/config/forwardfw/convert-outgoingfw +++ b/config/forwardfw/convert-outgoingfw @@ -249,6 +249,7 @@ sub process_rules &General::readhash($fwdfwsettings,\%fwdsettings); if($fwdsettings{'POLICY'} ne $outsettings{'POLICY'}){ $fwdsettings{'POLICY'}=$outsettings{'POLICY'}; + $fwdsettings{'POLICY1'}='MODE2'; &General::writehash($fwdfwsettings,\%fwdsettings); } #open LOG -- 2.39.2