diff options
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 9a2ea81e499f..82f987b4ef84 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -216,3 +216,10 @@ config IPV6_MROUTE | |||
216 | Experimental support for IPv6 multicast forwarding. | 216 | Experimental support for IPv6 multicast forwarding. |
217 | If unsure, say N. | 217 | If unsure, say N. |
218 | 218 | ||
219 | config IPV6_PIMSM_V2 | ||
220 | bool "IPv6: PIM-SM version 2 support (EXPERIMENTAL)" | ||
221 | depends on IPV6_MROUTE | ||
222 | ---help--- | ||
223 | Support for IPv6 PIM multicast routing protocol PIM-SMv2. | ||
224 | If unsure, say N. | ||
225 | |||