From owner-freebsd-questions@FreeBSD.ORG Thu Jul 16 14:46:39 2009 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 09A9B106566C for ; Thu, 16 Jul 2009 14:46:39 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from smtp2.beanfield.net (smtp2.beanfield.net [206.223.173.34]) by mx1.freebsd.org (Postfix) with ESMTP id B295B8FC20 for ; Thu, 16 Jul 2009 14:46:38 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from brent.local ([66.207.193.249]) by smtp2.beanfield.net (8.13.4/8.12.11) with ESMTP id n6GEgNov003401 for ; Thu, 16 Jul 2009 10:42:23 -0400 (EDT) (envelope-from brentb@beanfield.com) Message-ID: <4A5F3D48.608@beanfield.com> Date: Thu, 16 Jul 2009 10:46:32 -0400 From: Brent Bloxam Organization: Beanfield Technologies User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD & FIBs (setfib) - How to modify? 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, 16 Jul 2009 14:46:39 -0000 The documentation on FIBs is pretty slim unless I've been looking in the wrong places, all I've seen are a few mentions in errata and release notes. setfib(1) doesn't offer much in the way of associated commands, and definitely doesn't explain how to actually work with a FIB. I'm curious if there's a command to specifically modify a FIB beyond 0, besides something like setfib 1 route add ... Thanks, Brent