aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorPaolo Pisati <piso@FreeBSD.org>2009-04-01 20:23:47 +0000
committerPaolo Pisati <piso@FreeBSD.org>2009-04-01 20:23:47 +0000
commiteb2e411915187acd0e40181172abe0877e82aa61 (patch)
tree12380d32edc71a17a6bfe18bb48510a54c10f4f3 /sys/netinet/ip_fw.h
parent8b61c10e486a83b745c7f640ac11c00d87b6e4e5 (diff)
downloadsrc-eb2e411915187acd0e40181172abe0877e82aa61.tar.gz
src-eb2e411915187acd0e40181172abe0877e82aa61.zip
Implement an ipfw action to reassemble ip packets: reass.
Notes
Notes: svn path=/head/; revision=190633
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 0cf1a526bde4..35e7e126d2ec 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -139,7 +139,8 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
O_FORWARD_IP, /* fwd sockaddr */
O_FORWARD_MAC, /* fwd mac */
O_NAT, /* nope */
-
+ O_REASS, /* none */
+
/*
* More opcodes.
*/
@@ -574,6 +575,7 @@ enum {
IP_FW_NETGRAPH,
IP_FW_NGTEE,
IP_FW_NAT,
+ IP_FW_REASS,
};
/* flags for divert mtag */