summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-06 16:08:33 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-06 16:08:33 +0000
commit45a8ed89c69f95fa35f139a7c9ddb3874b13de46 (patch)
treee079fe949b391fc103b6329c1d12149fd8a7bfda /networking/Config.in
parent1443487c924cff2f664811d1d45bff3fe59a8408 (diff)
downloadbusybox-w32-45a8ed89c69f95fa35f139a7c9ddb3874b13de46.tar.gz
busybox-w32-45a8ed89c69f95fa35f139a7c9ddb3874b13de46.tar.bz2
busybox-w32-45a8ed89c69f95fa35f139a7c9ddb3874b13de46.zip
- sync traceroute with Slackware-10.1
(support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in22
1 files changed, 19 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b6f8ee65d..671d84d26 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -28,7 +28,7 @@ config CONFIG_FAKEIDENTD
28 bool "fakeidentd" 28 bool "fakeidentd"
29 default n 29 default n
30 help 30 help
31 fakeidentd listens to the ident port and returns a set fake 31 fakeidentd listens to the ident port and returns a set fake
32 value whatever it gets. 32 value whatever it gets.
33 33
34config CONFIG_FTPGET 34config CONFIG_FTPGET
@@ -114,7 +114,7 @@ config CONFIG_FEATURE_HTTPD_CGI
114 depends on CONFIG_HTTPD 114 depends on CONFIG_HTTPD
115 help 115 help
116 This option allows scripts and executables to be invoked 116 This option allows scripts and executables to be invoked
117 when specific urls are requested. 117 when specific urls are requested.
118 118
119config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV 119config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
120 bool " Support the REMOTE_PORT environment variable for CGI" 120 bool " Support the REMOTE_PORT environment variable for CGI"
@@ -419,7 +419,7 @@ config CONFIG_NAMEIF
419 File fields are separated by space or tab. 419 File fields are separated by space or tab.
420 File format: 420 File format:
421 # Comment 421 # Comment
422 new_interface_name XX:XX:XX:XX:XX:XX 422 new_interface_name XX:XX:XX:XX:XX:XX
423 423
424config CONFIG_NC 424config CONFIG_NC
425 bool "nc" 425 bool "nc"
@@ -615,6 +615,22 @@ config CONFIG_FEATURE_TRACEROUTE_VERBOSE
615 Add some verbosity to traceroute. This includes amongst other things 615 Add some verbosity to traceroute. This includes amongst other things
616 hostnames and ICMP response types. 616 hostnames and ICMP response types.
617 617
618config CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
619 bool " Enable loose source route"
620 default n
621 depends on CONFIG_TRACEROUTE
622 help
623 Add feature for can specify a loose source route gateway
624 (8 maximum).
625
626config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
627 bool " Use ICMP instead of UDP"
628 default n
629 depends on CONFIG_TRACEROUTE
630 help
631 Add feature for can use ICMP ECHO instead of UDP datagrams.
632
633
618config CONFIG_VCONFIG 634config CONFIG_VCONFIG
619 bool "vconfig" 635 bool "vconfig"
620 default n 636 default n