diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 74d3e5738..980b609ec 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -4544,11 +4544,11 @@ sub IPSet_Match() { } sub IPSet_Match_Nomatch() { - have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_NOMATCH}; + have_capability( 'IPSET_MATCH' ) && $capabilities{IPSET_MATCH_NOMATCH}; } sub IPSet_Match_Counters() { - have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_COUNTERS}; + have_capability( 'IPSET_MATCH' ) && $capabilities{IPSET_MATCH_COUNTERS}; } sub IPSET_V5() {