From c11b647b1bbcaf90e07d915c3f388d4cd5aac96e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 29 Apr 2020 12:34:41 -0700 Subject: [PATCH] Fix defect which prevented dynamic blacklist ipsets from being created Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 8352c434f..a4832a994 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -8893,7 +8893,7 @@ sub ensure_ipsets( @ ) { if ( $globals{DBL_TIMEOUT} ne '' && $_[0] eq $globals{DBL_IPSET} ) { shift; - emit( qq( if qt \$IPSET list $globals{DBL_IPSET}; then)); + emit( qq( if ! qt \$IPSET list $globals{DBL_IPSET}; then)); push_indent;