From f2ff3293c951d8d747fbf97be4bbb2ef7f869c26 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 30 May 2011 20:00:37 +0000 Subject: [PATCH] ipv4: Enable IP_FIB_TRIE_STATS svn path=/dists/trunk/linux-2.6/; revision=17488 --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index b0c2180bf..5e202bc4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ linux-2.6 (3.0~rc1-1~experimental.1) UNRELEASED; urgency=low * cgroups: Enable CGROUP_MEM_RES_CTLR_SWAP but not CGROUP_MEM_RES_CTLR_SWAP_ENABLED. Swap accounting can be enabled using kernel parameter 'swapaccount'. + * ipv4: Enable IP_FIB_TRIE_STATS -- Ben Hutchings Sat, 21 May 2011 22:13:08 +0100 diff --git a/debian/config/config b/debian/config/config index efca457a2..e6d225072 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3767,6 +3767,7 @@ CONFIG_IEEE802154=m ## CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_FIB_TRIE_STATS=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y