Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 19:43:35 +0000 (UTC)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <201101111943.p0BJhurA086314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2011-01-11 19:43:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8_2)
    sys/netinet          in_pcb.c 
  Log:
  SVN rev 217280 on 2011-01-11 19:43:35Z by deischen
  
  MFC: 217169
  
  Make sure to always do source address selection on
  an unbound socket, regardless of any multicast options.
  If an address is specified via a multicast option, then
  let it override normal the source address selection.
  
  This fixes a bug where source address selection was
  not being performed when multicast options were present
  but without an interface being specified.
  
  Approved by:    re
  
  Revision       Changes    Path
  1.260.2.5.2.2  +9 -8      src/sys/netinet/in_pcb.c



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