Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.6.25-rc7 /net/ipv4/Kconfig

Filename:/net/ipv4/Kconfig
Lines Added:8
Lines Deleted:0
Also changed in: (Previous) 2.6.25-rc6  2.6.25-rc5  2.6.25-rc4  2.6.25-rc3  2.6.25-rc2  2.6.25-rc1 
(Following) 2.6.25-rc8  2.6.25-rc9  2.6.25  2.6.26-git14  2.6.26-git15  2.6.26-git16 

Location
[  2.6.25-rc7
  [  net
    [  ipv4
       o  Kconfig

Patch

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9f9fd2c..9c7e5ff 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -85,6 +85,13 @@ endchoice
 config IP_FIB_HASH
    def_bool ASK_IP_FIB_HASH || !IP_ADVANCED_ROUTER
 
+config IP_FIB_TRIE_STATS
+   bool "FIB TRIE statistics"
+   depends on IP_FIB_TRIE
+   ---help---
+     Keep track of statistics on structure of FIB TRIE table.
+     Useful for testing and measuring TRIE performance.
+
 config IP_MULTIPLE_TABLES
    bool "IP: policy routing"
    depends on IP_ADVANCED_ROUTER
@@ -336,6 +343,7 @@ config INET_ESP
    tristate "IP: ESP transformation"
    select XFRM
    select CRYPTO
+   select CRYPTO_AUTHENC
    select CRYPTO_HMAC
    select CRYPTO_MD5
    select CRYPTO_CBC


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.