summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-03-16 20:24:33 +0000
committerHarald Welte <laforge@gnumonks.org>2001-03-16 20:24:33 +0000
commitd0b6b3cd1741629991a299c95b0799eef21436b3 (patch)
tree45f84ea372ac9667dc110e042af550f174148364 /include
parent46d4d0a7cf402cb61610e60cb16e8a9af19147a4 (diff)
NETLINK_ULOG isn't defined in an unpatched kernel
Diffstat (limited to 'include')
-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