CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2021/02/11 03:41:19

Modified files:
        sys/netinet    : in_pcb.c 
        sys/netinet6   : in6_pcb.c 

Log message:
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
Technically the whole point of the stoeplitz API is that it's symmetric,
meaning that the order of addresses and ports doesn't matter and will produce
the same hash value.

Coverity CID 1501717
ok dlg@

Reply via email to