diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-17 19:49:13 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 19:49:13 +0100 |
commit | 936bb14ce9ecb3b17251f3589b59dd23419d2cb7 (patch) | |
tree | 9e3682d4c841668f88d57bda14bcbf3222494b45 /net/ipv4/Kconfig | |
parent | 6486abbf63a58af490144ecbc38375f655d328ad (diff) | |
download | linux-3.10-936bb14ce9ecb3b17251f3589b59dd23419d2cb7.tar.gz linux-3.10-936bb14ce9ecb3b17251f3589b59dd23419d2cb7.tar.bz2 linux-3.10-936bb14ce9ecb3b17251f3589b59dd23419d2cb7.zip |
correct a dead URL in the IP_MULTICAST help text
Reported in kernel Bugzilla #6216.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 503e7059e31..91f3a5cdbcf 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -9,7 +9,7 @@ config IP_MULTICAST intend to participate in the MBONE, a high bandwidth network on top of the Internet which carries audio and video broadcasts. More information about the MBONE is on the WWW at - <http://www-itg.lbl.gov/mbone/>. Information about the multicast + <http://www.savetz.com/mbone/>. Information about the multicast capabilities of the various network cards is contained in <file:Documentation/networking/multicast.txt>. For most people, it's safe to say N. |