diff options
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 |
commit | 45a8ed89c69f95fa35f139a7c9ddb3874b13de46 (patch) | |
tree | e079fe949b391fc103b6329c1d12149fd8a7bfda /networking/Config.in | |
parent | 1443487c924cff2f664811d1d45bff3fe59a8408 (diff) |
- 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.in | 22 |
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 bool "fakeidentd" default n help - fakeidentd listens to the ident port and returns a set fake + fakeidentd listens to the ident port and returns a set fake value whatever it gets. config CONFIG_FTPGET @@ -114,7 +114,7 @@ config CONFIG_FEATURE_HTTPD_CGI depends on CONFIG_HTTPD help This option allows scripts and executables to be invoked - when specific urls are requested. + when specific urls are requested. config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV bool " Support the REMOTE_PORT environment variable for CGI" @@ -419,7 +419,7 @@ config CONFIG_NAMEIF File fields are separated by space or tab. File format: # Comment - new_interface_name XX:XX:XX:XX:XX:XX + new_interface_name XX:XX:XX:XX:XX:XX config CONFIG_NC bool "nc" @@ -615,6 +615,22 @@ config CONFIG_FEATURE_TRACEROUTE_VERBOSE Add some verbosity to traceroute. This includes amongst other things hostnames and ICMP response types. +config CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE + bool " Enable loose source route" + default n + depends on CONFIG_TRACEROUTE + help + Add feature for can specify a loose source route gateway + (8 maximum). + +config CONFIG_FEATURE_TRACEROUTE_USE_ICMP + bool " Use ICMP instead of UDP" + default n + depends on CONFIG_TRACEROUTE + help + Add feature for can use ICMP ECHO instead of UDP datagrams. + + config CONFIG_VCONFIG bool "vconfig" default n |