From owner-svn-src-head@FreeBSD.ORG Fri May 22 23:15:06 2009 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 C7C561065675; Fri, 22 May 2009 23:15:06 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 80F398FC1D; Fri, 22 May 2009 23:15:06 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id D94EF41C7A7; Sat, 23 May 2009 01:15:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id xdV7wRSXUTz8; Sat, 23 May 2009 01:15:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 8096241C7A6; Sat, 23 May 2009 01:15:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 224BE4448E6; Fri, 22 May 2009 23:13:37 +0000 (UTC) Date: Fri, 22 May 2009 23:13:36 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org In-Reply-To: <200905222303.n4MN3Gsl021718@svn.freebsd.org> Message-ID: <20090522231117.F72053@maildrop.int.zabbadoz.net> References: <200905222303.n4MN3Gsl021718@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: svn commit: r192612 - 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: Fri, 22 May 2009 23:15:07 -0000 On Fri, 22 May 2009, Bjoern A. Zeeb wrote: > Author: bz > Date: Fri May 22 23:03:15 2009 > New Revision: 192612 > URL: http://svn.freebsd.org/changeset/base/192612 > > Log: > If including vnet.h one has to include opt_route.h as well. This is > because struct vnet_net holds the rt_tables[][] for MRT and array size > is compile time dependent. If you had ROUTETABLES set to >1 after > r192011 V_loif was pointing into nonsense leading to strange results > or even panics for some people. > > Reviewed by: mz Thanks to everyone who helped to debug this! -- Bjoern A. Zeeb The greatest risk is not taking one.