summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2000-07-31 11:51:50 +0000
committerlaforge <laforge>2000-07-31 11:51:50 +0000
commit3f5246293cb446a170fbbed8e770bb97730d5797 (patch)
tree1432ab56b48eac8b779bf40e60525541d0b037c2
parent0f3a087ef6a3eb1fa1c49b4f4e3b3e6a46c5eefc (diff)
cprange flags update
-rw-r--r--iptables/libipt_ULOG.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/iptables/libipt_ULOG.c b/iptables/libipt_ULOG.c
index 00c688f..bb4e182 100644
--- a/iptables/libipt_ULOG.c
+++ b/iptables/libipt_ULOG.c
@@ -4,7 +4,7 @@
*
* This software is released under the terms of GNU GPL
*
- * $Id: libipt_ULOG.c,v 1.1 2000/07/31 09:10:11 laforge Exp laforge $
+ * $Id: libipt_ULOG.c,v 1.2 2000/07/31 11:50:12 laforge Exp laforge $
*/
#include <stdio.h>
#include <netdb.h>
@@ -117,6 +117,7 @@ static int parse(int c, char **argv, int invert, unsigned int *flags,
exit_error(PARAMETER_PROBLEM,
"Negative copy range?");
loginfo->copy_range = atoi(optarg);
+ *flags |= IPT_LOG_OPT_CPRANGE;
break;
}
return 1;