diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-04-02 20:22:54 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-04-05 09:33:39 -0400 |
commit | 14fb64e1f449ef6666f1c3a3fa4e13aec669b98d (patch) | |
tree | 92df482215861e4856fe84172d566ebb7d946f4a /net/ipv6/Kconfig | |
parent | 7bc570c8b4f75ddb3fd5dbeb38127cdc4acbcc9c (diff) |
[IPV6] MROUTE: Support PIM-SM (SSM).
Based on ancient patch by Mickael Hoerdt
<hoerdt@clarinet.u-strasbg.fr>, which is available at
<http://www-r2.u-strasbg.fr/~hoerdt/dev/linux_ipv6_mforwarding/patch-linux-ipv6-mforwarding-0.1a>.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
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 | |||