Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 07:59:17 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <200602040759.k147xHtC082927@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2006-02-04 07:59:17 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  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
  
  Revision  Changes    Path
  1.168     +23 -1     src/sys/netinet/in_pcb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602040759.k147xHtC082927>