summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-08 14:25:17 +0000
committerjkh <jkh@FreeBSD.org>1994-11-08 14:25:17 +0000
commitf8f6e0f3d0288a0305a0aa8b4cb1a23b6acb3ae5 (patch)
tree2b16380af5d00a210f1349d6cd073dbb44269fc8 /sys/netinet/ip_fw.h
parentf260055f86979cbd90f149bdb2611781c1d15417 (diff)
downloadFreeBSD-src-f8f6e0f3d0288a0305a0aa8b4cb1a23b6acb3ae5.zip
FreeBSD-src-f8f6e0f3d0288a0305a0aa8b4cb1a23b6acb3ae5.tar.gz
Ugen makes it in with 10 seconds to spare with a one-char diff. Some
people are born lucky.. Submitted by: ugen
Diffstat (limited to 'sys/netinet/ip_fw.h')
-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 fa6f400..ca999bc 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -58,7 +58,7 @@ struct ip_fw {
* (ports[0] <= port <= ports[1]) *
* */
#define IP_FW_F_PRN 32 /* In verbose mode print this firewall*/
-#define IP_FW_F_MASK 0x2F /* All possible flag bits mask */
+#define IP_FW_F_MASK 0x3F /* All possible flag bits mask */
/*
* New IP firewall options for [gs]etsockopt at the RAW IP level.
OpenPOWER on IntegriCloud