Add two place holders in struct pf_rule for future netgraph integration.
Submitted by: Ermal Luçi Approved by: re (kensmith)
This commit is contained in:
parent
60ee384760
commit
44e0d5a8df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171174
@ -624,6 +624,7 @@ struct pf_rule {
|
||||
u_int32_t src_nodes;
|
||||
u_int32_t max_src_nodes;
|
||||
u_int32_t max_src_states;
|
||||
u_int32_t spare1; /* netgraph */
|
||||
u_int32_t max_src_conn;
|
||||
struct {
|
||||
u_int32_t limit;
|
||||
@ -642,6 +643,7 @@ struct pf_rule {
|
||||
u_int16_t max_mss;
|
||||
u_int16_t tag;
|
||||
u_int16_t match_tag;
|
||||
u_int16_t spare2; /* netgraph */
|
||||
|
||||
struct pf_rule_uid uid;
|
||||
struct pf_rule_gid gid;
|
||||
|
Loading…
Reference in New Issue
Block a user