mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +01:00
Merge branch '4.5.21'
This commit is contained in:
commit
dd38cdc0f0
@ -582,7 +582,7 @@ show_routing() {
|
|||||||
determine_ipset_version() {
|
determine_ipset_version() {
|
||||||
local setname
|
local setname
|
||||||
|
|
||||||
if [ -z "$IPSET" -o $IPSET = ipset ]; then
|
if [ -z "$IPSET" -o "$IPSET" = "ipset" ]; then
|
||||||
IPSET=$(mywhich ipset)
|
IPSET=$(mywhich ipset)
|
||||||
[ -n "$IPSET" ] || fatal_error "The ipset utility cannot be located"
|
[ -n "$IPSET" ] || fatal_error "The ipset utility cannot be located"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user