From f2254cf7022e4e6909272699c8e1f774b7e4e3f1 Mon Sep 17 00:00:00 2001 From: mlaier Date: Fri, 3 Jun 2005 01:10:28 +0000 Subject: 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 --- sys/netinet/ip_fw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netinet/ip_fw.h') 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! */ }; -- cgit v1.1