cvs commit: src/sys/netinet in_pcb.c

Hajimu UMEMOTO ume at FreeBSD.org
Fri Feb 3 23:59:19 PST 2006


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


More information about the cvs-all mailing list