From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 01:49:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 977A416A4CF for ; Thu, 22 Apr 2004 01:49:59 -0700 (PDT) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C253C43D1F for ; Thu, 22 Apr 2004 01:49:56 -0700 (PDT) (envelope-from richard.williamson@u4eatech.com) Received: by mail.u4eatech.com (Postfix, from userid 503) id 240A2360172; Thu, 22 Apr 2004 09:49:55 +0100 (BST) Received: from apus.u4eatech.com (apus.degree2.com [172.30.40.129]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.u4eatech.com (Postfix) with ESMTP id C6BD336016E for ; Thu, 22 Apr 2004 09:49:54 +0100 (BST) Message-Id: <6.1.0.6.2.20040422095202.02510d10@cygnus> X-Sender: richard@cygnus X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 22 Apr 2004 09:54:40 +0100 To: freebsd-questions@freebsd.org From: "Richard P. Williamson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.63 Subject: routed(8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 08:49:59 -0000 Is it possible to have routed(8) ignore certain ethernet interfaces. For example, on a device with fxp[0-3], I only need routed to interact with fxp[0-1], and to ignore the existence of fxp[2-3]. TIA, rip