[iptables] xt_NFLOG: Set default NFLOG qthreshold to 0

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon Feb 9 18:34:41 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=9cfc59f71f83ee97c4513fd340acf1e45073562b
commit 9cfc59f71f83ee97c4513fd340acf1e45073562b
Author:     Eric Leblond <eric at inl.fr>
AuthorDate: Mon Feb 9 18:34:01 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Mon Feb 9 18:34:01 2009 +0100

    xt_NFLOG: Set default NFLOG qthreshold to 0
    
    By setting default NFLOG qthreshold to 0, userspace does not overwrite
    the per-instance value.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  9cfc59f71f83ee97c4513fd340acf1e45073562b (commit)
      from  212092173b63be8532d95241bbd86db96e110220 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9cfc59f71f83ee97c4513fd340acf1e45073562b
Author: Eric Leblond <eric at inl.fr>
Date:   Mon Feb 9 18:34:01 2009 +0100

    xt_NFLOG: Set default NFLOG qthreshold to 0
    
    By setting default NFLOG qthreshold to 0, userspace does not overwrite
    the per-instance value.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 include/linux/netfilter/xt_NFLOG.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
By setting default NFLOG qthreshold to 0, userspace does not overwrite
the per-instance value.

Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/include/linux/netfilter/xt_NFLOG.h b/include/linux/netfilter/xt_NFLOG.h
index cdcd0ed..4b36aeb 100644
--- a/include/linux/netfilter/xt_NFLOG.h
+++ b/include/linux/netfilter/xt_NFLOG.h
@@ -2,7 +2,7 @@
 #define _XT_NFLOG_TARGET
 
 #define XT_NFLOG_DEFAULT_GROUP		0x1
-#define XT_NFLOG_DEFAULT_THRESHOLD	1
+#define XT_NFLOG_DEFAULT_THRESHOLD	0
 
 #define XT_NFLOG_MASK			0x0
 



More information about the netfilter-cvslog mailing list