On 12/19/10 12:51 PM, Steven Jan Springl wrote: > using the same test config I used for the proxarp problem and notrack entry: > > z1 ssp21 2 > > the following messages are produced: > > Use of uninitialized value $chain in hash element > at /usr/share/shorewall/Shorewall/Zones.pm line 805, <$currentfile> line 15. >
... Steven, This seems to fix it. Thanks! -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/Chains.pm
b/Shorewall/Perl/Shorewall/Chains.pm
index f743e7a..60efaa1 100644
--- a/Shorewall/Perl/Shorewall/Chains.pm
+++ b/Shorewall/Perl/Shorewall/Chains.pm
@@ -3264,7 +3264,7 @@ sub interface_nets( $ ) {
sub get_interface_nets ( $ ) {
my ( $logical ) = $_[0];
- my $interface = get_physical( $logical );
+ my $interface = physical_name( $logical );
my $variable = interface_nets( $interface );
$global_variables |= ALL_COMMANDS;
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
