mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 18:13:13 +01:00
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:
parent
8fd63bf599
commit
9f37f6a4ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user