summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-07-17 07:21:42 +0000
committerluigi <luigi@FreeBSD.org>2002-07-17 07:21:42 +0000
commit7bf1404d8f8a960b823a15fd0b3a235b642e1bc6 (patch)
tree609c92dfb49672eae0b2a40d8cafac4829792bea /sys/netinet/ip_fw.h
parentf04e00720beb287dca8e1f97c56bf2262eb0d7b9 (diff)
downloadFreeBSD-src-7bf1404d8f8a960b823a15fd0b3a235b642e1bc6.zip
FreeBSD-src-7bf1404d8f8a960b823a15fd0b3a235b642e1bc6.tar.gz
Fix a panic when doing "ipfw add pipe 1 log ..."
Also synchronize ip_dummynet.c with the version in RELENG_4 to ease MFC's.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 4ea0c50..12073b5 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -27,7 +27,7 @@
#ifndef _IPFW2_H
#define _IPFW2_H
-
+#define IPFW2 1
/*
* The kernel representation of ipfw rules is made of a list of
* 'instructions' (for all practical purposes equivalent to BPF
OpenPOWER on IntegriCloud