Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751772AbbBYFdM (ORCPT ); Wed, 25 Feb 2015 00:33:12 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:54444 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbbBYFdL (ORCPT ); Wed, 25 Feb 2015 00:33:11 -0500 Date: Wed, 25 Feb 2015 00:33:05 -0500 (EST) Message-Id: <20150225.003305.1943185648487924578.davem@davemloft.net> To: chris@rorvick.com Cc: kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fib_trie: Add proc entry for next-hop exceptions From: David Miller In-Reply-To: <1424842032-3151-1-git-send-email-chris@rorvick.com> References: <1424842032-3151-1-git-send-email-chris@rorvick.com> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Tue, 24 Feb 2015 21:33:10 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 724 Lines: 18 From: Chris Rorvick Date: Tue, 24 Feb 2015 23:27:12 -0600 > Exceptions are added to the FIB in response to ICMP redirects and to > account for PMTU, but there is little visibility into what the current > exceptions are. Add a proc entry for listing the current next-hop > exceptions > > Signed-off-by: Chris Rorvick Procfs exportation of networking information is deprecated. New pieces of information should be provided via netlink. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/