mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ipfw: add missing initializer for 'limit' table value
PR: 284691 (cherry picked from commit 95ab7b3223c08cf48ccf764815523ea995a7ea0e)
This commit is contained in:
parent
de69fe0121
commit
b62f195b06
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ mask_table_value(struct table_value *src, struct table_value *dst,
|
|||
_MCPY(netgraph, IPFW_VTYPE_NETGRAPH);
|
||||
_MCPY(fib, IPFW_VTYPE_FIB);
|
||||
_MCPY(nat, IPFW_VTYPE_NAT);
|
||||
_MCPY(limit, IPFW_VTYPE_LIMIT);
|
||||
_MCPY(mark, IPFW_VTYPE_MARK);
|
||||
_MCPY(dscp, IPFW_VTYPE_DSCP);
|
||||
_MCPY(nh4, IPFW_VTYPE_NH4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue