Re: [patch] pool_sethardlimit(9): Actually print warnmess to console

2021-09-01 Thread Jesper Wallin
Ping? On Sat, Aug 21, 2021 at 08:21:55PM +0200, Jesper Wallin wrote: > Hi tech@ > > I'm trying to add log message when the pf(4) state table becomes > exhausted/full. After reading the code, I learned that it's using > pool_sethardlimit(9) to manage the resources. > > Conveniently,

[patch] pool_sethardlimit(9): Actually print warnmess to console

2021-08-21 Thread Jesper Wallin
Hi tech@ I'm trying to add log message when the pf(4) state table becomes exhausted/full. After reading the code, I learned that it's using pool_sethardlimit(9) to manage the resources. Conveniently, pool_sethardlimit(9) takes the argument warnmess, which is printed to the console when the