CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/03/07 05:00:32

Modified files:
        sys/netinet    : in_pcb.c 

Log message:
Initially in_pcballoc() hooked all new inpcb, including the IPv6
ones, into the IPv4 hash.  They cannot be used before bind(2) anyway
and then they are rehashed and rehooked, so this was not noticed.
Nevertheless put IPv6 PCBs into the IPv6 hash from the beginning.
OK jca@ mpi@

Reply via email to