summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-29 14:08:51 +0000
committerjoe <joe@FreeBSD.org>2001-10-29 14:08:51 +0000
commitf4296b73c0e8f6c4e65f56999a3f4411ea605c3a (patch)
treee0d69825efc2d3066bab7d4fc5bc92584c2db12e /sys/netinet/ip_fw.h
parentc4b229bbce20c052fad0dd095cc32810a8b8fdad (diff)
downloadFreeBSD-src-f4296b73c0e8f6c4e65f56999a3f4411ea605c3a.zip
FreeBSD-src-f4296b73c0e8f6c4e65f56999a3f4411ea605c3a.tar.gz
Fix some whitespace, and a comment that I missed in the last commit.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 634e46c..173eceb 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -188,7 +188,7 @@ struct ipfw_dyn_rule {
u_int32_t state; /* state of this rule (typically a
* combination of TCP flags)
*/
- u_int16_t dyn_type; /* rule type */
+ u_int16_t dyn_type; /* rule type */
u_int16_t count; /* refcount */
};
@@ -200,11 +200,12 @@ struct ipfw_dyn_rule {
#define IP_FW_F_REJECT 0x00000001 /* Deny and send a response packet */
#define IP_FW_F_ACCEPT 0x00000002 /* This is an accept rule */
#define IP_FW_F_COUNT 0x00000003 /* This is a count rule */
-#define IP_FW_F_DIVERT 0x00000004 /* This is a divert rul */
+#define IP_FW_F_DIVERT 0x00000004 /* This is a divert rule */
#define IP_FW_F_TEE 0x00000005 /* This is a tee rule */
#define IP_FW_F_SKIPTO 0x00000006 /* This is a skipto rule */
#define IP_FW_F_FWD 0x00000007 /* This is a "change forwarding
- * address" rule */
+ * address" rule
+ */
#define IP_FW_F_PIPE 0x00000008 /* This is a dummynet rule */
#define IP_FW_F_QUEUE 0x00000009 /* This is a dummynet queue */
OpenPOWER on IntegriCloud