diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-08-05 02:20:06 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:53:39 -0400 |
commit | c71099acce933455123ee505cc75964610a209ad (patch) | |
tree | cf167c926350ff6c4040289dacce54849824c240 /net/ipv6/Kconfig | |
parent | 5d0bbeeb144f631150881712607345c532e38e7e (diff) |
[IPV6]: Multiple Routing Tables
Adds the framework to support multiple IPv6 routing tables.
Currently all automatically generated routes are put into the
same table. This could be changed at a later point after
considering the produced locking overhead.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 0ba06c0c5d39..159c63d99c81 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -136,3 +136,9 @@ config IPV6_TUNNEL | |||
136 | 136 | ||
137 | If unsure, say N. | 137 | If unsure, say N. |
138 | 138 | ||
139 | config IPV6_MULTIPLE_TABLES | ||
140 | bool "IPv6: Multiple Routing Tables" | ||
141 | depends on IPV6 && EXPERIMENTAL | ||
142 | ---help--- | ||
143 | Support multiple routing tables. | ||
144 | |||