summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ipfw.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-12-28 12:29:13 +0000
committerluigi <luigi@FreeBSD.org>2009-12-28 12:29:13 +0000
commitb41c473d9072fd69d0501e7d90e5f1e570aed8d6 (patch)
treeb102a7bbdf3c4bbace0403ca5a96379873a3e3ea /sys/netgraph/ng_ipfw.h
parent3065c48390498eec519acccd547a197002b16de3 (diff)
downloadFreeBSD-src-b41c473d9072fd69d0501e7d90e5f1e570aed8d6.zip
FreeBSD-src-b41c473d9072fd69d0501e7d90e5f1e570aed8d6.tar.gz
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects
to find it there. Unfortunately this reintroduces the dependency on ip_fw_pfil.c
Diffstat (limited to 'sys/netgraph/ng_ipfw.h')
-rw-r--r--sys/netgraph/ng_ipfw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ipfw.h b/sys/netgraph/ng_ipfw.h
index c463d6a..c2cab6a 100644
--- a/sys/netgraph/ng_ipfw.h
+++ b/sys/netgraph/ng_ipfw.h
@@ -29,4 +29,5 @@
#ifndef _NG_IPFW_H
#define _NG_IPFW_H
#define NG_IPFW_NODE_TYPE "ipfw"
+#define NGM_IPFW_COOKIE 1105988990
#endif /* _NG_IPFW_H */
OpenPOWER on IntegriCloud