Author: eugen
Date: Thu Jun 18 08:38:54 2020
New Revision: 362303
URL: https://svnweb.freebsd.org/changeset/base/362303

Log:
  MFC r361789: ipfw: unbreak matching with big table type flow.

Modified:
  stable/11/sys/netpfil/ipfw/ip_fw_table_algo.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netpfil/ipfw/ip_fw_table_algo.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/ip_fw_table_algo.c       Thu Jun 18 08:37:56 
2020        (r362302)
+++ stable/11/sys/netpfil/ipfw/ip_fw_table_algo.c       Thu Jun 18 08:38:54 
2020        (r362303)
@@ -3205,7 +3205,8 @@ ta_lookup_fhash(struct table_info *ti, void *key, uint
        struct fhashentry *ent;
        struct fhashentry4 *m4;
        struct ipfw_flow_id *id;
-       uint16_t hash, hsize;
+       uint32_t hsize;
+       uint16_t hash;
 
        id = (struct ipfw_flow_id *)key;
        head = (struct fhashbhead *)ti->state;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to