From owner-freebsd-net@FreeBSD.ORG Fri Oct 19 17:40:52 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8565316A41A for ; Fri, 19 Oct 2007 17:40:52 +0000 (UTC) (envelope-from sunnyrama@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id D01D913C474 for ; Fri, 19 Oct 2007 17:40:49 +0000 (UTC) (envelope-from sunnyrama@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so469536wra for ; Fri, 19 Oct 2007 10:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=/fqsCgpbc0M6MUQHES+aEv/swbaq55RgG65g8bS6tkY=; b=srlHguk1mEgFVx/RZPaHoUlv1SrHj53+cMXdMVK7ZNeRsjh4iNs/I7T71AJHRwMLT43lcnqmUwZ1bV4/LLW+a+of0x6ag6MEMAIhVTcK0ZiGdyvDQcgtFudocSOZpIxc3622IdlXmQiG0GkI1eEktm9btkXsLwpcJg5ayyvm7g0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bhv7yAsd9wjPfICQS6Ct1Y5KN0QzxI1B3bw5yb8BtfZVaGtg1llyRsZtxJNeMyVWtjkhXo7axfZno3upidQNWsym5qbHF+054BVC2stOSHI59YyBVVCks/A4AN21HdQ7qT5omibPugmLj9mt/PpfpTz3ytaI6+F0VewU+UdvN7c= Received: by 10.78.186.9 with SMTP id j9mr1474585huf.1192814196502; Fri, 19 Oct 2007 10:16:36 -0700 (PDT) Received: by 10.78.178.10 with HTTP; Fri, 19 Oct 2007 10:16:36 -0700 (PDT) Message-ID: Date: Fri, 19 Oct 2007 10:16:36 -0700 From: Netan To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dump kernel routing table X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 17:40:52 -0000 Hello I am using the CURRENT release. I wish to dump the kernel routing table. I think there was a sysctl interface in 4.x FreeBSD release to print it from userspace. Is there a way to do it now ?.. Sunny