From d3e1081b1a597e830b10fc187297871a15bcd580 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 18 Mar 2008 17:46:48 +0000 Subject: make sure shorewall config is written if there is no interface in net zone (#38722) --- lib/network/shorewall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network') diff --git a/lib/network/shorewall.pm b/lib/network/shorewall.pm index ef3ba60..f9eb027 100644 --- a/lib/network/shorewall.pm +++ b/lib/network/shorewall.pm @@ -104,7 +104,7 @@ sub read { $conf{log_net_drop} = @policy ? (any { $_->[0] eq 'net' && $_->[1] eq 'all' && $_->[2] eq 'DROP' && $_->[3] } @policy) : 1; get_zones(\%conf, $o_in); - $conf{net_zone}[0] && \%conf; + @policy && \%conf; } sub ports_by_proto { -- cgit v1.2.1