Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 22:19:47 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <200909142220.n8EMK8SN086758@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-09-14 22:19:47 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  SVN rev 197203 on 2009-09-14 22:19:47Z by qingli
  
  Previously local end of point-to-point interface is not reachable
  within the system that owns the interface. Packets destined to
  the local end point leak to the wire towards the default gateway
  if one exists. This behavior is changed as part of the L2/L3
  rewrite efforts. The local end point is now reachable within the
  system. The inpcb code needs to consider this fact during the
  address selection process.
  
  Reviewed by:    bz
  MFC after:      immediately
  
  Revision  Changes    Path
  1.261     +2 -0      src/sys/netinet/in_pcb.c



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