diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 743134b03..7873c845c 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -1986,9 +1986,9 @@ sub determine_capabilities( $ ) { $capabilities{RAW_TABLE} = qt1( "$iptables -t raw -L -n" ); - my $ipset = $config{IPSET} || 'tc'; + my $ipset = $config{IPSET} || 'ipset'; - $ipset = which 'ipset' unless $ipset =~ '//'; + $ipset = which $ipset unless $ipset =~ '//'; if ( $ipset && -x $ipset ) { qt( "$ipset -X $sillyname" );