From 85208ad966c0c1042fd6807b6bb1e0e91b6f56e7 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 30 Jan 2001 11:55:02 +0000 Subject: set DEFAULT_QTHRESHOLD to 1 for backward compatibility --- iptables/libipt_ULOG.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'iptables') 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 * - * in-kernel queue by Sebastian Zander + * multipart netlink support based on ideas by Sebastian Zander + * * * 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 #include @@ -19,7 +20,7 @@ #include #define ULOG_DEFAULT_NLGROUP 1 -#define ULOG_DEFAULT_QTHRESHOLD 10 +#define ULOG_DEFAULT_QTHRESHOLD 1 void print_groups(unsigned int gmask) -- cgit v1.2.3