summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-06-03 01:10:28 +0000
committermlaier <mlaier@FreeBSD.org>2005-06-03 01:10:28 +0000
commitf2254cf7022e4e6909272699c8e1f774b7e4e3f1 (patch)
tree82a1c38b6f93efa59971e10db9eb13be00fab807 /sys/netinet/ip_fw.h
parent96eb8edf03f8039525c5e6b9dafe2b9ef138f3d5 (diff)
downloadFreeBSD-src-f2254cf7022e4e6909272699c8e1f774b7e4e3f1.zip
FreeBSD-src-f2254cf7022e4e6909272699c8e1f774b7e4e3f1.tar.gz
Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.
This is the last requirement before we can retire ip6fw. Reviewed by: dwhite, brooks(earlier version) Submitted by: dwhite (manpage) Silence from: -ipfw
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 01d91f1..5c5fd6e 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -153,6 +153,8 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
O_NETGRAPH, /* send to ng_ipfw */
O_NGTEE, /* copy to ng_ipfw */
+ O_IP4,
+
O_LAST_OPCODE /* not an opcode! */
};
OpenPOWER on IntegriCloud