diff options
-rw-r--r-- | net/ipv6/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 36a6c2b79889..14f0b336519f 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -136,6 +136,20 @@ config IPV6_TUNNEL | |||
136 | 136 | ||
137 | If unsure, say N. | 137 | If unsure, say N. |
138 | 138 | ||
139 | config IPV6_SUBTREES | ||
140 | bool "IPv6: source address based routing" | ||
141 | depends on IPV6 && EXPERIMENTAL | ||
142 | ---help--- | ||
143 | Enable routing by source address or prefix. | ||
144 | |||
145 | The destination address is still the primary routing key, so mixing | ||
146 | normal and source prefix specific routes in the same routing table | ||
147 | may sometimes lead to unintended routing behavior. This can be | ||
148 | avoided by defining different routing tables for the normal and | ||
149 | source prefix specific routes. | ||
150 | |||
151 | If unsure, say N. | ||
152 | |||
139 | config IPV6_MULTIPLE_TABLES | 153 | config IPV6_MULTIPLE_TABLES |
140 | bool "IPv6: Multiple Routing Tables" | 154 | bool "IPv6: Multiple Routing Tables" |
141 | depends on IPV6 && EXPERIMENTAL | 155 | depends on IPV6 && EXPERIMENTAL |