CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/01/01 22:32:40
Modified files: sys/net : pf.c Log message: use the pf generated toeplitz hash when setting the mbuf flow id. before this it would use the pf state id, which is just an increasing number. the toeplitz hash is generated/used by the rest of the stack, so this encourages consistent flow of traffic through the system.