mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Make the commet for the default rule number more clear.
Submitted by: yar@
This commit is contained in:
parent
29a23c776a
commit
eb29d14ccb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183012
@ -29,7 +29,10 @@
|
||||
#define _IPFW2_H
|
||||
|
||||
/*
|
||||
* The default rule number. It is also the max possible rule number.
|
||||
* The default rule number. By the design of ip_fw, the default rule
|
||||
* is the last one, so its number can also serve as the highest number
|
||||
* allowed for a rule. The ip_fw code relies on both meanings of this
|
||||
* constant.
|
||||
*/
|
||||
#define IPFW_DEFAULT_RULE 65535
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user