mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-09 07:31:00 +02:00
Fix chain_exists() from IPv4
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -504,7 +504,7 @@ in_network() # $1 = IP address, $2 = CIDR network
|
|||||||
#
|
#
|
||||||
chain_exists() # $1 = chain name
|
chain_exists() # $1 = chain name
|
||||||
{
|
{
|
||||||
qt1 $IP6TABLES -L $1 -n
|
$g_tool -L $1 -n
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user