diff options
Diffstat (limited to 'net/ipv6/Kconfig')
-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 7d2e7f0941ac..6cd2f4cdcb28 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -213,3 +213,17 @@ config IPV6_SUBTREES | |||
213 | 213 | ||
214 | If unsure, say N. | 214 | If unsure, say N. |
215 | 215 | ||
216 | config IPV6_MROUTE | ||
217 | bool "IPv6: multicast routing (EXPERIMENTAL)" | ||
218 | depends on IPV6 && EXPERIMENTAL | ||
219 | ---help--- | ||
220 | Experimental support for IPv6 multicast forwarding. | ||
221 | If unsure, say N. | ||
222 | |||
223 | config IPV6_PIMSM_V2 | ||
224 | bool "IPv6: PIM-SM version 2 support (EXPERIMENTAL)" | ||
225 | depends on IPV6_MROUTE | ||
226 | ---help--- | ||
227 | Support for IPv6 PIM multicast routing protocol PIM-SMv2. | ||
228 | If unsure, say N. | ||
229 | |||