On 03/08/2013 09:16 AM, Mr Dash Four wrote: > >> And you are seeing these in your system log? >> > I've noticed these messages after the upgrade. Don't remember seeing > them with previous versions, but can't be 100% sure - will re-check when > I get back tonight as I keep my syslogs for quite a long period of time, > so if they appear there it should be easy to spot. I'll let you know though.
Also, please try the attached patch and see if the problem goes away. 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/Zones.pm b/Shorewall/Perl/Shorewall/Zones.pm
index 4e74b47..37ba14e 100644
--- a/Shorewall/Perl/Shorewall/Zones.pm
+++ b/Shorewall/Perl/Shorewall/Zones.pm
@@ -891,7 +891,7 @@ sub firewall_zone() {
# Determine if the passed physical device is a bridge
#
sub is_a_bridge( $ ) {
- qt which 'brctl' && qt( "brctl show | tail -n+2 | grep -q '^$_[0]\[\[:space:\]\]'" );
+ which 'brctl' && qt( "brctl show | tail -n+2 | grep -q '^$_[0]\[\[:space:\]\]'" );
}
#
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
