aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 09:59:34 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 09:59:34 +0000
commit1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7 (patch)
treed01448ecbe7f0a238dad86a93fb0c8e1d50f3c45 /networking
parentc5385783973ca04c4403a9153fc8f20cd4cd24b2 (diff)
downloadbusybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.tar.gz
busybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.tar.bz2
busybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.zip
Patch from Terje Kvernes adding quite a lot of missing documentation
git-svn-id: svn://busybox.net/trunk/busybox@7093 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in72
1 files changed, 45 insertions, 27 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 4c5cb8526..d53dddcc1 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -9,7 +9,8 @@ config CONFIG_FEATURE_IPV6
9 bool "Enable IPv6 support" 9 bool "Enable IPv6 support"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Enable IPv6 support to busybox. This makes applets that talk IP
13 able to work with IPv6.
13 14
14config CONFIG_ARPING 15config CONFIG_ARPING
15 bool "arping" 16 bool "arping"
@@ -143,7 +144,8 @@ config CONFIG_FEATURE_IFCONFIG_SLIP
143 default n 144 default n
144 depends on CONFIG_IFCONFIG 145 depends on CONFIG_IFCONFIG
145 help 146 help
146 Please submit a patch to add help text for this item. 147 Allow "keepalive" and "outfill" support for SLIP. If you're not
148 planning on using serial lines, leave this unchecked.
147 149
148config CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ 150config CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
149 bool " Enable options \"mem_start\", \"io_addr\", and \"irq\"" 151 bool " Enable options \"mem_start\", \"io_addr\", and \"irq\""
@@ -167,7 +169,8 @@ config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
167 default n 169 default n
168 depends on CONFIG_IFCONFIG 170 depends on CONFIG_IFCONFIG
169 help 171 help
170 Please submit a patch to add help text for this item. 172 Setting this will make ifconfig attempt to find the broadcast
173 automatically if the value '+' is used.
171 174
172config CONFIG_IFUPDOWN 175config CONFIG_IFUPDOWN
173 bool "ifupdown" 176 bool "ifupdown"
@@ -180,28 +183,29 @@ config CONFIG_FEATURE_IFUPDOWN_IP
180 default n 183 default n
181 depends on CONFIG_IFUPDOWN && CONFIG_IP && CONFIG_FEATURE_IP_ADDRESS && CONFIG_FEATURE_IP_LINK && CONFIG_FEATURE_IP_ROUTE 184 depends on CONFIG_IFUPDOWN && CONFIG_IP && CONFIG_FEATURE_IP_ADDRESS && CONFIG_FEATURE_IP_LINK && CONFIG_FEATURE_IP_ROUTE
182 help 185 help
183 Please submit a patch to add help text for this item. 186 Use "ip" in "ifupdown".
184 187
185config CONFIG_FEATURE_IFUPDOWN_IPV4 188config CONFIG_FEATURE_IFUPDOWN_IPV4
186 bool " Enable support for IPv4" 189 bool " Enable support for IPv4"
187 default y 190 default y
188 depends on CONFIG_IFUPDOWN 191 depends on CONFIG_IFUPDOWN
189 help 192 help
190 Please submit a patch to add help text for this item. 193 If you want busybox to talk IPv4, leave this on.
191 194
192config CONFIG_FEATURE_IFUPDOWN_IPV6 195config CONFIG_FEATURE_IFUPDOWN_IPV6
193 bool " Enable support for IPv6" 196 bool " Enable support for IPv6"
194 default n 197 default n
195 depends on CONFIG_IFUPDOWN 198 depends on CONFIG_IFUPDOWN
196 help 199 help
197 Please submit a patch to add help text for this item. 200 If you need support for IPv6, turn this option on.
198 201
199config CONFIG_FEATURE_IFUPDOWN_IPX 202config CONFIG_FEATURE_IFUPDOWN_IPX
200 bool " Enable support for IPX" 203 bool " Enable support for IPX"
201 default n 204 default n
202 depends on CONFIG_IFUPDOWN 205 depends on CONFIG_IFUPDOWN
203 help 206 help
204 Please submit a patch to add help text for this item. 207 If this option is selected you can use busybox to work with IPX
208 networks.
205 209
206config CONFIG_FEATURE_IFUPDOWN_MAPPING 210config CONFIG_FEATURE_IFUPDOWN_MAPPING
207 bool " Enable mapping support" 211 bool " Enable mapping support"
@@ -257,7 +261,9 @@ config CONFIG_IP
257 bool "ip" 261 bool "ip"
258 default n 262 default n
259 help 263 help
260 Please submit a patch to add help text for this item. 264 The "ip" applet is a TCP/IP interface configuration and routing
265 utility. You generally don't need "ip" to use busybox with
266 TCP/IP.
261 267
262if CONFIG_IP && CONFIG_IPADDR 268if CONFIG_IP && CONFIG_IPADDR
263 config CONFIG_FEATURE_IP_ADDRESS 269 config CONFIG_FEATURE_IP_ADDRESS
@@ -270,7 +276,7 @@ if ! (CONFIG_IP && CONFIG_IPADDR)
270 default y 276 default y
271 depends on CONFIG_IP 277 depends on CONFIG_IP
272 help 278 help
273 Please submit a patch to add help text for this item. 279 Address manipulation support for the "ip" applet.
274endif 280endif
275 281
276if CONFIG_IP && CONFIG_IPLINK 282if CONFIG_IP && CONFIG_IPLINK
@@ -284,7 +290,7 @@ if !(CONFIG_IP && CONFIG_IPLINK)
284 default y 290 default y
285 depends on CONFIG_IP 291 depends on CONFIG_IP
286 help 292 help
287 Please submit a patch to add help text for this item. 293 Configure network devices with "ip".
288endif 294endif
289 295
290if CONFIG_IP && CONFIG_IPROUTE 296if CONFIG_IP && CONFIG_IPROUTE
@@ -298,7 +304,7 @@ if !(CONFIG_IP && CONFIG_IPROUTE)
298 default y 304 default y
299 depends on CONFIG_IP 305 depends on CONFIG_IP
300 help 306 help
301 Please submit a patch to add help text for this item. 307 Add support for routing table management to "ip".
302endif 308endif
303 309
304if CONFIG_IP && CONFIG_IPTUNNEL 310if CONFIG_IP && CONFIG_IPTUNNEL
@@ -312,7 +318,7 @@ if !(CONFIG_IP && CONFIG_IPTUNNEL)
312 default n 318 default n
313 depends on CONFIG_IP 319 depends on CONFIG_IP
314 help 320 help
315 Please submit a patch to add help text for this item. 321 Add support for tunneling commands to "ip".
316endif 322endif
317 323
318config CONFIG_IPCALC 324config CONFIG_IPCALC
@@ -327,31 +333,31 @@ config CONFIG_FEATURE_IPCALC_FANCY
327 default y 333 default y
328 depends on CONFIG_IPCALC 334 depends on CONFIG_IPCALC
329 help 335 help
330 Please submit a patch to add help text for this item. 336 Adds the fields hostname and silent to the output of "ipcalc".
331 337
332config CONFIG_IPADDR 338config CONFIG_IPADDR
333 bool "ipaddr" 339 bool "ipaddr"
334 default n 340 default n
335 help 341 help
336 Please submit a patch to add help text for this item. 342 Equivalent to selecting address support to "ip", above.
337 343
338config CONFIG_IPLINK 344config CONFIG_IPLINK
339 bool "iplink" 345 bool "iplink"
340 default n 346 default n
341 help 347 help
342 Please submit a patch to add help text for this item. 348 Equivalent to selecting link support to "ip", above.
343 349
344config CONFIG_IPROUTE 350config CONFIG_IPROUTE
345 bool "iproute" 351 bool "iproute"
346 default n 352 default n
347 help 353 help
348 Please submit a patch to add help text for this item. 354 Equivalent to selecting route support to "ip", above.
349 355
350config CONFIG_IPTUNNEL 356config CONFIG_IPTUNNEL
351 bool "iptunnel" 357 bool "iptunnel"
352 default n 358 default n
353 help 359 help
354 Please submit a patch to add help text for this item. 360 Equivalent to selecting tunnel support to "ip", above.
355 361
356config CONFIG_NAMEIF 362config CONFIG_NAMEIF
357 bool "nameif" 363 bool "nameif"
@@ -384,7 +390,7 @@ config CONFIG_NSLOOKUP
384 bool "nslookup" 390 bool "nslookup"
385 default n 391 default n
386 help 392 help
387 Please submit a patch to add help text for this item. 393 Nslookup is a tool to query Internet name servers.
388 394
389config CONFIG_PING 395config CONFIG_PING
390 bool "ping" 396 bool "ping"
@@ -398,21 +404,23 @@ config CONFIG_FEATURE_FANCY_PING
398 default y 404 default y
399 depends on CONFIG_PING 405 depends on CONFIG_PING
400 help 406 help
401 Please submit a patch to add help text for this item. 407 Make the output from the ping applet include statistics, and at the
408 same time provide full support for ICMP packets.
402 409
403config CONFIG_PING6 410config CONFIG_PING6
404 bool "ping6" 411 bool "ping6"
405 default n 412 default n
406 depends on CONFIG_FEATURE_IPV6 413 depends on CONFIG_FEATURE_IPV6
407 help 414 help
408 Please submit a patch to add help text for this item. 415 This will give you a ping that can talk IPv6.
409 416
410config CONFIG_FEATURE_FANCY_PING6 417config CONFIG_FEATURE_FANCY_PING6
411 bool " Enable fancy ping6 output" 418 bool " Enable fancy ping6 output"
412 default y 419 default y
413 depends on CONFIG_PING6 420 depends on CONFIG_PING6
414 help 421 help
415 Please submit a patch to add help text for this item. 422 Make the output from the ping6 applet include statistics, and at the
423 same time provide full support for ICMP packets.
416 424
417config CONFIG_ROUTE 425config CONFIG_ROUTE
418 bool "route" 426 bool "route"
@@ -424,27 +432,34 @@ config CONFIG_TELNET
424 bool "telnet" 432 bool "telnet"
425 default n 433 default n
426 help 434 help
427 Please submit a patch to add help text for this item. 435 Telnet is an interface to the TELNET protocol, but is also commonly
436 used to test other simple protocols.
428 437
429config CONFIG_FEATURE_TELNET_TTYPE 438config CONFIG_FEATURE_TELNET_TTYPE
430 bool " Pass TERM type to remote host" 439 bool " Pass TERM type to remote host"
431 default y 440 default y
432 depends on CONFIG_TELNET 441 depends on CONFIG_TELNET
433 help 442 help
434 Please submit a patch to add help text for this item. 443 Setting this option will forward the TERM environment variable to the
444 remote host you are connecting to. This is useful to make sure that
445 things like ANSI colors and other control sequences behave.
435 446
436config CONFIG_TELNETD 447config CONFIG_TELNETD
437 bool "telnetd" 448 bool "telnetd"
438 default n 449 default n
439 help 450 help
440 Please submit a patch to add help text for this item. 451 A daemon for the TELNET protocol, allowing you to log on to the host
452 running the daemon. Please keep in mind that the TELNET protocol
453 sends passwords in plain text. If you can't afford the space for
454 any SSH daemon and you trust your network, say 'y' here.
441 455
442config CONFIG_FEATURE_TELNETD_INETD 456config CONFIG_FEATURE_TELNETD_INETD
443 bool " Support call from inetd only" 457 bool " Support call from inetd only"
444 default n 458 default n
445 depends on CONFIG_TELNETD 459 depends on CONFIG_TELNETD
446 help 460 help
447 Please submit a patch to add help text for this item. 461 Selecting this will make telnetd only callable from inetd, removing the
462 standalone support.
448 463
449config CONFIG_TFTP 464config CONFIG_TFTP
450 bool "tftp" 465 bool "tftp"
@@ -482,7 +497,9 @@ config CONFIG_FEATURE_TFTP_DEBUG
482 default n 497 default n
483 depends on CONFIG_TFTP 498 depends on CONFIG_TFTP
484 help 499 help
485 Please submit a patch to add help text for this item. 500 Enable debug settings for tftp. This is useful if you're running
501 into problems with tftp as the protocol doesn't help you much when
502 you run into problems.
486 503
487config CONFIG_TRACEROUTE 504config CONFIG_TRACEROUTE
488 bool "traceroute" 505 bool "traceroute"
@@ -495,7 +512,8 @@ config CONFIG_FEATURE_TRACEROUTE_VERBOSE
495 default n 512 default n
496 depends on CONFIG_TRACEROUTE 513 depends on CONFIG_TRACEROUTE
497 help 514 help
498 Please submit a patch to add help text for this item. 515 Add some verbosity to traceroute. This includes amongst other things
516 hostnames and ICMP response types.
499 517
500config CONFIG_FEATURE_TRACEROUTE_SO_DEBUG 518config CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
501 bool " Enable SO_DEBUG option" 519 bool " Enable SO_DEBUG option"