]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Never select the PCB that has INP_IPV6 flag and is bound to :: if
authorume <ume@FreeBSD.org>
Sat, 4 Feb 2006 07:59:17 +0000 (07:59 +0000)
committerume <ume@FreeBSD.org>
Sat, 4 Feb 2006 07:59:17 +0000 (07:59 +0000)
commit4185f9e81f4e9fbf9aeacec2fca4875433e3a9cd
tree2e8cebfbd4216c0f92aa9f6a94985512cc31c757
parent39d710a470aca516a810d0413f49d5ae95dbaee8
Never select the PCB that has INP_IPV6 flag and is bound to :: if
we have another PCB which is bound to 0.0.0.0.  If a PCB has the
INP_IPV6 flag, then we set its cost higher than IPv4 only PCBs.

Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net>
Obtained from: KAME
MFC after: 1 week
sys/netinet/in_pcb.c