mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Correct fix for dynamic blacklisting (chain_exists())
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f56b56a59f
commit
94b8d07645
@ -504,7 +504,7 @@ in_network() # $1 = IP address, $2 = CIDR network
|
||||
#
|
||||
chain_exists() # $1 = chain name
|
||||
{
|
||||
$g_tool -L $1 -n
|
||||
qt1 $g_tool -L $1 -n
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user