ipfw: add missing initializer for 'limit' table value

PR:		284691

(cherry picked from commit 95ab7b3223c08cf48ccf764815523ea995a7ea0e)
This commit is contained in:
Andrey V. Elsukov 2025-02-10 10:58:23 +03:00 committed by Franco Fichtner
parent de69fe0121
commit b62f195b06

View file

@ -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);