Restore old wording for Version 4 ipset creation message

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-24 12:51:43 -07:00
parent 3b6b89336e
commit 3d3ae81bce
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -8312,7 +8312,7 @@ sub ensure_ipsets( @ ) {
qq( fi) );
} else {
emit ( qq( if ! qt \$IPSET -L $set -n; then) ,
qq( error_message "WARNING: ipset $set does not exist; creating it as a iphash set") ,
qq( error_message "WARNING: ipset $set does not exist; creating it as an iphash set") ,
qq( \$IPSET -N $set iphash) ,
qq( fi) );
}