search for: hash1_tmp

Displaying 1 result from an estimated 1 matches for "hash1_tmp".

2006 Jun 05
0
[Bug 485] New: Stresstesting ipset crashes kernel
..., if you just create one hash and add/delete ips/networks to/from it. I was using nethash. But stresstesting ipset seems to crash the kernel. I had to do only 3-5 runs of the following sequence to crash it repeatedly: # only needed initially - create hash1 (nethash) # needed per each run - create hash1_tmp (nethash) - adding networks to hash1_tmp - swap hash1 and hash1_tmp - destroy hash1_tmp (which now holds the old hashset) Workaround: I changed the above to work without a temporary hashset how. Did # only needed initially - create hash1 (nethash) # needed per each run - flush hash1 - adding netwo...