summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2013-06-01 12:23:17 -0400
committerDavid S. Miller <davem@davemloft.net>2013-06-04 18:17:39 -0400
commit4960c2c6fa252d2e90796074427db3f2297b523b (patch)
tree90bda1eada3e520e18fc9276d69158c96d25d282 /net/ipv4/Kconfig
parent0e9649c143eb9d7ecaaef221fd411e5c747f97ce (diff)
Kconfig: remove dangling references to the deleted file
Commit 202dc3fc599c1dded235d3b448d9ca924252e354 (Documentation: remove obsolete networking/multicast.txt file) deleted the obsolete file. After the file has been removed, clean up a couple of places where references to the deleted file were made so that users wouldn't be confused when they consult the Help menu. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 8603ca827104..37cf1a6ea3ad 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -9,10 +9,7 @@ config IP_MULTICAST
9 intend to participate in the MBONE, a high bandwidth network on top 9 intend to participate in the MBONE, a high bandwidth network on top
10 of the Internet which carries audio and video broadcasts. More 10 of the Internet which carries audio and video broadcasts. More
11 information about the MBONE is on the WWW at 11 information about the MBONE is on the WWW at
12 <http://www.savetz.com/mbone/>. Information about the multicast 12 <http://www.savetz.com/mbone/>. For most people, it's safe to say N.
13 capabilities of the various network cards is contained in
14 <file:Documentation/networking/multicast.txt>. For most people, it's
15 safe to say N.
16 13
17config IP_ADVANCED_ROUTER 14config IP_ADVANCED_ROUTER
18 bool "IP: advanced router" 15 bool "IP: advanced router"
@@ -223,10 +220,8 @@ config IP_MROUTE
223 packets that have several destination addresses. It is needed on the 220 packets that have several destination addresses. It is needed on the
224 MBONE, a high bandwidth network on top of the Internet which carries 221 MBONE, a high bandwidth network on top of the Internet which carries
225 audio and video broadcasts. In order to do that, you would most 222 audio and video broadcasts. In order to do that, you would most
226 likely run the program mrouted. Information about the multicast 223 likely run the program mrouted. If you haven't heard about it, you
227 capabilities of the various network cards is contained in 224 don't need it.
228 <file:Documentation/networking/multicast.txt>. If you haven't heard
229 about it, you don't need it.
230 225
231config IP_MROUTE_MULTIPLE_TABLES 226config IP_MROUTE_MULTIPLE_TABLES
232 bool "IP: multicast policy routing" 227 bool "IP: multicast policy routing"