Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2009 07:41:20 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in.c
Message-ID:  <200905120741.n4C7fqmR032763@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-05-12 07:41:20 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in.c 
  Log:
  SVN rev 192011 on 2009-05-12 07:41:20Z by qingli
  
  This patch adds a host route to an interface address (that is assigned
  to a non loopback/ppp link types) through the loopback interface. Prior
  to the new L2/L3 rewrite, this host route is implicitly added by the L2
  code during RTM_RESOLVE of that interface address. This host route is
  deleted when that interface is removed.
  
  Reviewed by:    kmacy
  
  Revision  Changes    Path
  1.131     +47 -1     src/sys/netinet/in.c



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