CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2025/08/18 05:27:58
Modified files: sys/net : pf_lb.c Log message: Decrement the state counter properly when the state is removed. This fixes "least-states" to work properly. Previously, it balanced the load by the cumulative number of states for most setups. ok sasha