From owner-svn-src-head@FreeBSD.ORG Thu Oct 20 15:58:37 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF32106564A; Thu, 20 Oct 2011 15:58:37 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id AD6288FC13; Thu, 20 Oct 2011 15:58:36 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.4/8.14.4) with ESMTP id p9KFwZQO099776; Thu, 20 Oct 2011 19:58:35 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.4/8.14.4/Submit) id p9KFwZ3r099774; Thu, 20 Oct 2011 19:58:35 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 20 Oct 2011 19:58:35 +0400 From: Gleb Smirnoff To: Nikolay Denev Message-ID: <20111020155835.GZ51949@FreeBSD.org> References: <201110151841.p9FIfQLE025750@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r226402 - head/sys/netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 15:58:37 -0000 On Sat, Oct 15, 2011 at 11:51:21PM +0300, Nikolay Denev wrote: N> > Log: N> > Add support for IPv4 /31 prefixes, as described in RFC3021. N> > N> > To run a /31 network, participating hosts MUST drop support N> > for directed broadcasts, and treat the first and last addresses N> > on subnet as unicast. The broadcast address for the prefix N> > should be the link local broadcast address, INADDR_BROADCAST. ... N> That's great! Thanks! N> Any plans for MFC? Merged to stable/9. -- Totus tuus, Glebius.