summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2001-03-16 20:24:33 +0000
committerlaforge <laforge>2001-03-16 20:24:33 +0000
commita7c1f1b8edfb3a9f2f1dfc775b6ae1f307a95add (patch)
tree45f84ea372ac9667dc110e042af550f174148364 /include
parent3d33a738f7a5465388aa10c32167392b1aca9e86 (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 10d7b0c..d00181c 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