From owner-svn-src-head@FreeBSD.ORG Tue Jun 25 13:48:01 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 527431F3; Tue, 25 Jun 2013 13:48:01 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 11FF01C05; Tue, 25 Jun 2013 13:48:01 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1UrTcA-000GbD-PR; Tue, 25 Jun 2013 17:48:58 +0400 Date: Tue, 25 Jun 2013 17:48:58 +0400 From: Slawa Olhovchenkov To: Qing Li Subject: Re: svn commit: r252184 - head/sys/net Message-ID: <20130625134858.GA61858@zxy.spb.ru> References: <201306250010.r5P0Aosi087956@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201306250010.r5P0Aosi087956@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 25 Jun 2013 13:48:01 -0000 On Tue, Jun 25, 2013 at 12:10:50AM +0000, Qing Li wrote: > Author: qingli > Date: Tue Jun 25 00:10:49 2013 > New Revision: 252184 > URL: http://svnweb.freebsd.org/changeset/base/252184 > > Log: > Due to the routing related networking kernel redesign work > in FBSD 8.0, interface routes have been returened to the > applications without the RTF_GATEWAY bit. This incompatibility > has caused some issues with Zebra, Qugga and the like. > This patch provides the RTF_GATEWAY flag bit in returned interface > routes so to behave similarly to pre 8.0 systems. > > Reviewed by: hrs > Verified by: mackn at opendns dot com > > Modified: > head/sys/net/route.h > head/sys/net/rtsock.c MFC planed?