From d90c357c02b03b606bcb7c9c6b6e6729a02052d6 Mon Sep 17 00:00:00 2001 From: Ville Nuorvala Date: Mon, 16 Oct 2006 22:12:21 -0700 Subject: [PATCH] --- yaml --- r: 40041 b: refs/heads/master c: 264e91b68aff1e39b558123498f28bf5aa68b4ee h: refs/heads/master i: 40039: ceb95491f675577b4d0766746e82f93483983dbf v: v3 --- [refs] | 2 +- trunk/net/ipv6/Kconfig | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 7f69367c1e3b..d041b6cb17c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0eda7bbaae48ea56f1f1943ea90df72d459b9b0 +refs/heads/master: 264e91b68aff1e39b558123498f28bf5aa68b4ee diff --git a/trunk/net/ipv6/Kconfig b/trunk/net/ipv6/Kconfig index ef5eaad44851..6e48f52e197c 100644 --- a/trunk/net/ipv6/Kconfig +++ b/trunk/net/ipv6/Kconfig @@ -175,9 +175,16 @@ config IPV6_TUNNEL If unsure, say N. +config IPV6_MULTIPLE_TABLES + bool "IPv6: Multiple Routing Tables" + depends on IPV6 && EXPERIMENTAL + select FIB_RULES + ---help--- + Support multiple routing tables. + config IPV6_SUBTREES bool "IPv6: source address based routing" - depends on IPV6 && EXPERIMENTAL + depends on IPV6_MULTIPLE_TABLES ---help--- Enable routing by source address or prefix. @@ -189,13 +196,6 @@ config IPV6_SUBTREES If unsure, say N. -config IPV6_MULTIPLE_TABLES - bool "IPv6: Multiple Routing Tables" - depends on IPV6 && EXPERIMENTAL - select FIB_RULES - ---help--- - Support multiple routing tables. - config IPV6_ROUTE_FWMARK bool "IPv6: use netfilter MARK value as routing key" depends on IPV6_MULTIPLE_TABLES && NETFILTER