From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 14:52:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8346A106566B for ; Thu, 24 Feb 2011 14:52:06 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC948FC0C for ; Thu, 24 Feb 2011 14:52:05 +0000 (UTC) Received: by bwz12 with SMTP id 12so1268800bwz.13 for ; Thu, 24 Feb 2011 06:52:05 -0800 (PST) Received: by 10.204.34.142 with SMTP id l14mr871506bkd.152.1298559120450; Thu, 24 Feb 2011 06:52:00 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id z18sm715293bkf.20.2011.02.24.06.51.58 (version=SSLv3 cipher=OTHER); Thu, 24 Feb 2011 06:51:59 -0800 (PST) Message-ID: <4D66708E.8060500@my.gd> Date: Thu, 24 Feb 2011 15:51:58 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Tuning routing table size in FreeBSD 8.0 and 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 14:52:06 -0000 On 2/24/11 3:00 PM, nikitha wrote: > Hi, > Could you plz share the information on the maximum number of routes that can > be added (by default) in FREEBSD 8.0/7.2 kernel? > In Linux the sysctl rt_max_size is used. Is there a similar tunable > parameter in freeBSD? > > Your earliest reply in this regard is much appreciated. > > Thanks for any inputs.. > > -Sumi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I could not find a sysctl that matched what you're looking for. AFAIK, the routing table is limited only by the amount of RAM you can allocate to it.