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

diff --git a/networking/Config.in b/networking/Config.in
index f389fe9..de62f4e 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -499,6 +499,14 @@
 	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