diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-15 23:57:46 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-15 23:57:46 +0000 |
commit | 418a7fb29b19e42818b5df681c83b3bfc62db3c6 (patch) | |
tree | 2d52ed5b0dac5336e5e4c2f19321d6f6eaeb9206 /networking/Config.in | |
parent | c2b3e370d6b98ef37d48582d55b26794ac2bf63f (diff) | |
download | busybox-w32-418a7fb29b19e42818b5df681c83b3bfc62db3c6.tar.gz busybox-w32-418a7fb29b19e42818b5df681c83b3bfc62db3c6.tar.bz2 busybox-w32-418a7fb29b19e42818b5df681c83b3bfc62db3c6.zip |
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.in | 8 |
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 | |||
499 | help | 499 | help |
500 | netstat prints information about the Linux networking subsystem. | 500 | netstat prints information about the Linux networking subsystem. |
501 | 501 | ||
502 | config FEATURE_NETSTAT_WIDE | ||
503 | bool " Enable wide netstat output" | ||
504 | default n | ||
505 | depends on NETSTAT | ||
506 | help | ||
507 | Add support for wide columns. Useful when displaying IPv6 addresses | ||
508 | (-W option). | ||
509 | |||
502 | config NSLOOKUP | 510 | config NSLOOKUP |
503 | bool "nslookup" | 511 | bool "nslookup" |
504 | default n | 512 | default n |