OpenBSD cvs log

created 2023-02-08T12:49:18Z
begin 2023-01-02T00:00:00Z
end 2023-01-02T05:32:40Z
path src/sys
commits 1

date 2023-01-02T05:32:40Z
author dlg
files src/sys/net/pf.c log diff annotate
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.