freebsd-dev/sys/netpfil
Andrey V. Elsukov 02784f106e Convert result of hash_packet6() into host byte order.
For IPv4 similar function uses addresses and ports in host byte order,
but for IPv6 it used network byte order. This led to very bad hash
distribution for IPv6 flows. Now the result looks similar to IPv4.

Reported by:	olivier
MFC after:	1 week
Sponsored by:	Yandex LLC
2016-12-06 23:52:56 +00:00
..
ipfw Convert result of hash_packet6() into host byte order. 2016-12-06 23:52:56 +00:00
pf pflog: Correctly initialise subrulenr 2016-12-05 21:52:10 +00:00