From 2341f327bd17b6211f198978c06b17028d6554b2 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 18 Jul 2005 13:55:19 -0700 Subject: [PATCH] --- yaml --- r: 4910 b: refs/heads/master c: 6876f95f201ce2d62367d85dd793c1fee351d7a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/Kconfig | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 439ebb88c6c9..8a3f877f2eb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54208991e15fa00e37a9d172ac0d87191a832165 +refs/heads/master: 6876f95f201ce2d62367d85dd793c1fee351d7a6 diff --git a/trunk/net/ipv4/Kconfig b/trunk/net/ipv4/Kconfig index df5386885a90..ecea2bc8229f 100644 --- a/trunk/net/ipv4/Kconfig +++ b/trunk/net/ipv4/Kconfig @@ -54,9 +54,9 @@ config IP_ADVANCED_ROUTER choice prompt "Choose IP: FIB lookup algorithm (choose FIB_HASH if unsure)" depends on IP_ADVANCED_ROUTER - default IP_FIB_HASH + default ASK_IP_FIB_HASH -config IP_FIB_HASH +config ASK_IP_FIB_HASH bool "FIB_HASH" ---help--- Current FIB is very proven and good enough for most users. @@ -82,12 +82,8 @@ config IP_FIB_TRIE endchoice -# If the user does not enable advanced routing, he gets the safe -# default of the fib-hash algorithm. config IP_FIB_HASH - bool - depends on !IP_ADVANCED_ROUTER - default y + def_bool ASK_IP_FIB_HASH || !IP_ADVANCED_ROUTER config IP_MULTIPLE_TABLES bool "IP: policy routing"