summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-10-03 00:47:15 +0000
committergreen <green@FreeBSD.org>2004-10-03 00:47:15 +0000
commitcb606898b9f83045c54ca6796b13313487916ac0 (patch)
treeed21a6bab51547d776061c9da2318f199ee4ea14 /sys/netinet/ip_fw.h
parentcdf18c02e63403bcc3ca98fc618b46d5868cd2d3 (diff)
downloadFreeBSD-src-cb606898b9f83045c54ca6796b13313487916ac0.zip
FreeBSD-src-cb606898b9f83045c54ca6796b13313487916ac0.tar.gz
Add support to IPFW for matching by TCP data length.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 15ce84b..9771189 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -136,6 +136,7 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
O_JAIL, /* u32 = id */
O_ALTQ, /* u32 = altq classif. qid */
O_DIVERTED, /* arg1=bitmap (1:loop, 2:out) */
+ O_TCPDATALEN, /* arg1 = tcp data len */
O_LAST_OPCODE /* not an opcode! */
};
OpenPOWER on IntegriCloud