Commit 264e91b6 authored by Ville Nuorvala's avatar Ville Nuorvala Committed by David S. Miller

[IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES.

As IPV6_SUBTREES can't work without IPV6_MULTIPLE_TABLES have IPV6_SUBTREES
depend on it.
Signed-off-by: default avatarVille Nuorvala <vnuorval@tcs.hut.fi>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e0eda7bb
...@@ -175,9 +175,16 @@ config IPV6_TUNNEL ...@@ -175,9 +175,16 @@ config IPV6_TUNNEL
If unsure, say N. 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 config IPV6_SUBTREES
bool "IPv6: source address based routing" bool "IPv6: source address based routing"
depends on IPV6 && EXPERIMENTAL depends on IPV6_MULTIPLE_TABLES
---help--- ---help---
Enable routing by source address or prefix. Enable routing by source address or prefix.
...@@ -189,13 +196,6 @@ config IPV6_SUBTREES ...@@ -189,13 +196,6 @@ config IPV6_SUBTREES
If unsure, say N. 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 config IPV6_ROUTE_FWMARK
bool "IPv6: use netfilter MARK value as routing key" bool "IPv6: use netfilter MARK value as routing key"
depends on IPV6_MULTIPLE_TABLES && NETFILTER depends on IPV6_MULTIPLE_TABLES && NETFILTER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment