From owner-freebsd-net@freebsd.org Wed Mar 9 14:32:40 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAAE2AC981B for ; Wed, 9 Mar 2016 14:32:40 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from smtp.rlwinm.de (smtp.rlwinm.de [148.251.233.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46A1E1D for ; Wed, 9 Mar 2016 14:32:40 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.local (unknown [87.253.189.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.rlwinm.de (Postfix) with ESMTPSA id ABC931417; Wed, 9 Mar 2016 15:32:37 +0100 (CET) Subject: Re: Source routing howto To: elof2@sentor.se, Vladimir Terziev References: <56E00A06.20700@rlwinm.de> Cc: freebsd-net From: Jan Bramkamp Message-ID: <56E03404.2040204@rlwinm.de> Date: Wed, 9 Mar 2016 15:32:36 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 14:32:41 -0000 On 09/03/16 15:26, elof2@sentor.se wrote: > Regarding the FIBs: > > In FreeBSD 10.1 RELEASE, no extra FIBs can be added since that kernel is > compiled without support for it. :-( > I'm hesitant to break binary compability (I use freebsd-update). > > Will release 10.3 or 11.0 have "options ROUTETABLES=2" in their GENERIC > kernel conf? Anyone knows? I don't remember how FreeBSD 10.1 did it, but in FreeBSD 10.2 the number of routing tables (e.g. net.fibs=2) is a boottime loader tunable and can be changed in /boot/loader.conf without rebuilding the kernel. Moving from 10.1 to 10.2 is a painless way to gain this feature if it isn't available in 10.1 already.