Skip to content

Commit

Permalink
ipfw: add missing initializer for 'limit' table value
Browse files Browse the repository at this point in the history
PR:		284691

(cherry picked from commit 95ab7b3223c08cf48ccf764815523ea995a7ea0e)
  • Loading branch information
bu7cher authored and fichtner committed Feb 18, 2025
1 parent de69fe0 commit b62f195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/netpfil/ipfw/ip_fw_table_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b62f195

Please sign in to comment.