Use --nflog-size rather than --nflog-range

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-06-25 07:43:39 -07:00
parent 1b6f15d577
commit 71d50e0217
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -750,7 +750,7 @@ sub initialize( $;$$) {
TC_SCRIPT => '',
EXPORT => 0,
KLUDGEFREE => '',
VERSION => "5.1.4-Beta1",
VERSION => "5.1.5-RC1",
CAPVERSION => 50100 ,
BLACKLIST_LOG_TAG => '',
RELATED_LOG_TAG => '',
@ -4046,7 +4046,7 @@ sub make_mask( $ ) {
0xffffffff >> ( 32 - $_[0] );
}
my @suffixes = qw(group range threshold nlgroup cprange qthreshold);
my @suffixes = qw(group size threshold nlgroup cprange qthreshold);
#
# Validate a log level -- Drop the trailing '!' and translate to numeric value if appropriate"