Skip to content

Commit

Permalink
[IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES.
Browse files Browse the repository at this point in the history
As IPV6_SUBTREES can't work without IPV6_MULTIPLE_TABLES have IPV6_SUBTREES
depend on it.

Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ville Nuorvala authored and David S. Miller committed Oct 19, 2006
1 parent e0eda7b commit 264e91b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions net/ipv6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 264e91b

Please sign in to comment.