diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 14:25:17 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 14:25:17 +0000 |
| commit | dbdc2966874e04542fb5f951d41d77d08099ea94 (patch) | |
| tree | 2b16380af5d00a210f1349d6cd073dbb44269fc8 | |
| parent | df8cd9c1ac0874423d992fddafaf7915c52ec018 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index fa6f400d8240..ca999bc0e2ad 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. |
