summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorlaforge <laforge>2001-01-30 11:55:02 +0000
committerlaforge <laforge>2001-01-30 11:55:02 +0000
commit85208ad966c0c1042fd6807b6bb1e0e91b6f56e7 (patch)
treee1d9a65ca004811a706352ee31296abfcdbe550b /iptables
parent0661cde6f2aaaa180cf4b7613d27ea5d0b160120 (diff)
set DEFAULT_QTHRESHOLD to 1 for backward compatibility
Diffstat (limited to 'iptables')
-rw-r--r--iptables/libipt_ULOG.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/iptables/libipt_ULOG.c b/iptables/libipt_ULOG.c
index d1b3413..fd44a50 100644
--- a/iptables/libipt_ULOG.c
+++ b/iptables/libipt_ULOG.c
@@ -2,11 +2,12 @@
*
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
- * in-kernel queue by Sebastian Zander <zander@fokus.gmd.de>
+ * multipart netlink support based on ideas by Sebastian Zander
+ * <zander@fokus.gmd.de>
*
* This software is released under the terms of GNU GPL
*
- * $Id: libipt_ULOG.c,v 1.5 2001/01/30 09:30:11 laforge Exp $
+ * $Id: libipt_ULOG.c,v 1.6 2001/01/30 11:17:26 laforge Exp $
*/
#include <stdio.h>
#include <netdb.h>
@@ -19,7 +20,7 @@
#include <linux/netfilter_ipv4/ipt_ULOG.h>
#define ULOG_DEFAULT_NLGROUP 1
-#define ULOG_DEFAULT_QTHRESHOLD 10
+#define ULOG_DEFAULT_QTHRESHOLD 1
void print_groups(unsigned int gmask)