summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter_ipv4')
-rw-r--r--include/linux/netfilter_ipv4/ipt_ULOG.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_ULOG.h b/include/linux/netfilter_ipv4/ipt_ULOG.h
index 10d7b0c4..d00181ce 100644
--- a/include/linux/netfilter_ipv4/ipt_ULOG.h
+++ b/include/linux/netfilter_ipv4/ipt_ULOG.h
@@ -1,4 +1,4 @@
-/* Header file for IP tables userspace logging, Version 1.6
+/* Header file for IP tables userspace logging, Version 1.7
*
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
@@ -7,6 +7,10 @@
#ifndef _IPT_ULOG_H
#define _IPT_ULOG_H
+#ifndef NETLINK_NFLOG
+#define NETLINK_NFLOG 4
+#endif
+
#define ULOG_MAC_LEN 80
#define ULOG_PREFIX_LEN 32