From owner-freebsd-stable@FreeBSD.ORG Thu Apr 12 22:18:58 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDFF106564A for ; Thu, 12 Apr 2012 22:18:58 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E5178FC15 for ; Thu, 12 Apr 2012 22:18:58 +0000 (UTC) Received: by iahk25 with SMTP id k25so4377227iah.13 for ; Thu, 12 Apr 2012 15:18:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=uU81gcNTefVjlwpnjPMZCax57vZkGo6U+7WAmKN9eSc=; b=N7JpH4Mg/Qr+13bkgRDdm7JJw2fyTu1/vx7VF8EBj7nlE1mXseu43Bo51begCXEagm dedJCTHm6/5jVS6k9kEu/r62IWvYplTr6EgADUj0VBrD9BXomGSvOMfKaIUmQzxFbKLx MR1qEFxzKwzVkYIhfsnfg8eAkVsIxUfJ0wkS8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=uU81gcNTefVjlwpnjPMZCax57vZkGo6U+7WAmKN9eSc=; b=GrByv8J6TZBpVBVKv/48aNUopLUfH7sza70SqKh0oCG0eJktax4e8evCiH6E79xXcJ w9BcbsArkKc+OJznj+Ewc3utmXqqkjHcTckVH3rWk1WISY9/kQ7dca3DhofmglLZbfCx GBsPWDRiHLe9915GNXaLRORGiIon3ghYTrBk1wBtaLxEE4P8h0dZ2xYB4k5l8YpkSiUz nJf1O/eRdZvEfCDrNh+iTham06Oj1Oqx+KLyxt/Zm6YCGuNt9cSl+KrVltpR19cHdIOy cvr3u43a4+effLA52Cer51Eh+m0QgQsEa0MIdd9fkTlf5HkjuhXMfQCR0Ta1ziLmYJhB RVIg== Received: by 10.50.189.200 with SMTP id gk8mr4149527igc.8.1334269137867; Thu, 12 Apr 2012 15:18:57 -0700 (PDT) Received: from DataIX.net (adsl-99-181-142-73.dsl.klmzmi.sbcglobal.net. [99.181.142.73]) by mx.google.com with ESMTPS id cw5sm222566igc.17.2012.04.12.15.18.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Apr 2012 15:18:57 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q3CMItYY086870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Apr 2012 18:18:55 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jhellenthal@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q3CMIsZ5086869; Thu, 12 Apr 2012 18:18:54 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Thu, 12 Apr 2012 18:18:54 -0400 From: Jason Hellenthal To: "Bjoern A. Zeeb" Message-ID: <20120412221854.GB86016@DataIX.net> References: <20120412171046.GA73570@DataIX.net> <14882DCF-7A41-4899-B20D-09241AF12F2E@lists.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14882DCF-7A41-4899-B20D-09241AF12F2E@lists.zabbadoz.net> X-Gm-Message-State: ALoCoQkWXJPIlJqrLTmn5rq6Q3kZMkXF9Kx0tgnAHYygZi0TPM9/jtPpQmle7DbDiG00AcJsnn01 Cc: stable@freebsd.org Subject: Re: BURN_BRIDGES & /usr/src/sys/netinet6/ip6_output.c:582: undefined reference to `in6_selectroute_fib' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2012 22:18:58 -0000 On Thu, Apr 12, 2012 at 06:10:47PM +0000, Bjoern A. Zeeb wrote: > > On 12. Apr 2012, at 17:10 , Jason Hellenthal wrote: > > > > > While attempting to burn bridges... yeah yeah I know, may include some > > civil infractions ;) > > > > On stable/8 i386 Last Changed Rev: 234180 fresh build > > > > linking kernel.debug > > ip6_output.o(.text+0x334f): In function `ip6_output': > > /usr/src/sys/netinet6/ip6_output.c:582: undefined reference to > > `in6_selectroute_fib' > > It's basically a marker to not use this function anywhere new in the stable/ branches. It will change in HEAD soon given the code has now been in for almost two months (in HEAD) without further needs to re-adjustment. I am not sure we ever allowed compiling with BURN_BRIDGES set but I can change the #ifndef to THIS_IS_PART_OF_THE_PUBLIC_STABLE_KPI or something if needed. Yeah compiling for me here was just a fundamental test but when I found that I figured I should at least let someone know in case it was useful. Thanks Bjoern > > See the comment above it: > http://svnweb.freebsd.org/base/stable/8/sys/netinet6/in6_src.c?annotate=232552#l820 > > /bz > > -- > Bjoern A. Zeeb You have to have visions! > It does not matter how good you are. It matters what good you do! > -- ;s =;