From: Alexander Marx Date: Tue, 19 Feb 2013 05:34:48 +0000 (+0100) Subject: Forward Firewall: added Policymode for OUTGOING to converterscript X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=c178bf21c1e6d68be2fca6763e8e4b8493304d32 Forward Firewall: added Policymode for OUTGOING to converterscript --- 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