Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-16 03:57:46 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-16 03:57:46 +0400
commit418a7fb29b19e42818b5df681c83b3bfc62db3c6 (patch)
tree2d52ed5b0dac5336e5e4c2f19321d6f6eaeb9206 /networking/Config.in
parentc2b3e370d6b98ef37d48582d55b26794ac2bf63f (diff)
netstat: introduce -W: wide, ipv6-friendly output
netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index f389fe9d4..de62f4ebc 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -499,6 +499,14 @@ config NETSTAT
help
netstat prints information about the Linux networking subsystem.
+config FEATURE_NETSTAT_WIDE
+ bool " Enable wide netstat output"
+ default n
+ depends on NETSTAT
+ help
+ Add support for wide columns. Useful when displaying IPv6 addresses
+ (-W option).
+
config NSLOOKUP
bool "nslookup"
default n