From owner-freebsd-questions@FreeBSD.ORG Sat Jan 28 05:08:04 2012 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 99A86106564A for ; Sat, 28 Jan 2012 05:08:04 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 69A5B8FC0C for ; Sat, 28 Jan 2012 05:08:04 +0000 (UTC) Received: by iaeo4 with SMTP id o4so4987664iae.13 for ; Fri, 27 Jan 2012 21:08:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=sKJgEhyMBMPuz9DIcBsjUOr6erwj1v1IY6OD5twsCIU=; b=pOrjVJ+gmECiA+AKmLiGqxB/XEQc2cpDhP4z0cwIyIc5UcFVg00Iztqf7ZfQ05vKXk my0u6fTnyrSUw6W2nWWZ8NYbj7lVjb043N3MRPYLv4XgwCKB8harZwpiVipIirZ5nlR0 LsEn6P4/fNMmWc1NTNYTJ5AgE1xz2YuClkR4A= MIME-Version: 1.0 Received: by 10.50.168.4 with SMTP id zs4mr9050181igb.28.1327725655011; Fri, 27 Jan 2012 20:40:55 -0800 (PST) Sender: christopher.maness@gmail.com Received: by 10.43.135.72 with HTTP; Fri, 27 Jan 2012 20:40:54 -0800 (PST) Date: Fri, 27 Jan 2012 20:40:54 -0800 X-Google-Sender-Auth: jMLIvEXm6DiXSWMUpQ4_zbBLx7A Message-ID: From: Chris Maness To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Displaying Routing Tables 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: Sat, 28 Jan 2012 05:08:04 -0000 Executing route under linux displays all of the routing info for that host. For the life of me I cannot figure out how to get the BSD route command to dump the whole table at once. I have used the GET flag to find one specific entry. Is it possible to see all routes and once like the Linux route command? Thanks, Chris Maness