On 12/29/10 5:41 AM, Steven Jan Springl wrote:

> After the application of this patch, the attached config. produces the 
> following messages:
> 
> Use of uninitialized value in concatenation (.) or string 
> at /usr/share/shorewall/Shorewall/Rules.pm line 397.
> 
> ERROR: Internal error in Shorewall::Chains::find_chain 
> at /usr/share/shorewall/Shorewall/Chains.pm line 
> 1085 : /etc/shorewall1/action.F2 (line 200)

Oops -- same change required in another place.

Thanks, Steven.

-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________
diff --git a/Shorewall/Perl/Shorewall/Rules.pm 
b/Shorewall/Perl/Shorewall/Rules.pm
index 1104ec2..effcf16 100644
--- a/Shorewall/Perl/Shorewall/Rules.pm
+++ b/Shorewall/Perl/Shorewall/Rules.pm
@@ -541,7 +541,7 @@ sub process_action2( $ ) {
        # know if we try to use one of them.
        #
        process_rule_common( $wholeaction ,
-                            $wholetarget ,
+                            merge_levels( "$action:$level:$tag", $wholetarget 
),
                             '' ,   # Current Param
                             undef, # source
                             undef, # dest

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to