summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-16 12:05:19 +0000
committerobrien <obrien@FreeBSD.org>2004-08-16 12:05:19 +0000
commit3558849b92f03eabea4ad27f4ef02a85d1ff5af4 (patch)
tree31f35d7144bf1a7d978aa444a74d1aa47a6efaaa /sys
parent98956397522dafe3356136f6c975b37330b416fe (diff)
downloadFreeBSD-src-3558849b92f03eabea4ad27f4ef02a85d1ff5af4.zip
FreeBSD-src-3558849b92f03eabea4ad27f4ef02a85d1ff5af4.tar.gz
Put the 'antispoof' opcode in the proper place in the opcode list such
that it doesn't break the ipfw2 ABI.
Diffstat (limited to 'sys')
-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 32d9e4c..fa17599 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -99,7 +99,6 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
O_VERREVPATH, /* none */
O_VERSRCREACH, /* none */
- O_ANTISPOOF, /* none */
O_PROBE_STATE, /* none */
O_KEEP_STATE, /* none */
@@ -132,6 +131,7 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
O_IPSEC, /* has ipsec history */
O_IP_SRC_LOOKUP, /* arg1=table number, u32=value */
O_IP_DST_LOOKUP, /* arg1=table number, u32=value */
+ O_ANTISPOOF, /* none */
O_JAIL, /* u32 = id */
O_LAST_OPCODE /* not an opcode! */
OpenPOWER on IntegriCloud