From 71d50e0217eda24e331e7ddb0a2477d547a40be5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 25 Jun 2017 07:43:39 -0700 Subject: [PATCH] Use --nflog-size rather than --nflog-range Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 4baf6fdf2..4d9eff177 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -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"