Improve behavior of 'norfc1918' in the absense of CONNTRACK_MATCH

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8287 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-03-13 02:11:18 +00:00
parent 8fd63bf599
commit 9f37f6a4ca

View File

@ -227,6 +227,8 @@ sub setup_rfc1918_filteration( $ ) {
while ( read_a_line ) {
require_capability 'CONNTRACK_MATCH', "The norfc1918 option" , 's';
my ( $networks, $target ) = split_line 2, 2, 'rfc1918 file';
my $s_target;