Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 05:40:39 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <201011110540.oAB5emY0085641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-11-11 05:40:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  SVN rev 215110 on 2010-11-11 05:40:39Z by rrs
  
  Fix so that a multicast packet can be sent
  even if there is no route out to that mcast address. The code in
  in_pcb inadvertantly would error (no route) even though
  the user may have specified the address with the
  proper socket option (to specify the egress interface).
  Thanks bz for reminding me I forgot to commit this ;-)
  
  Reviewed by:    bz
  MFC after:      1 week
  
  Revision  Changes    Path
  1.265     +4 -5      src/sys/netinet/in_pcb.c



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