mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 17:50:51 +01:00
Ugen makes it in with 10 seconds to spare with a one-char diff. Some
people are born lucky.. Submitted by: ugen
This commit is contained in:
parent
df8cd9c1ac
commit
dbdc296687
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4286
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user