aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2004-12-27 04:34:31 -0800
committerThomas Graf <tgraf@suug.ch>2004-12-27 04:34:31 -0800
commit0f46254e5f15235265eec19862080bc63f23c39f (patch)
treee8b51ef5db6a0ba1744712eeaf568b28827a1407 /net
parent4d0262fa65f644bb23f0de6db84ab7ac0aa128c2 (diff)
downloadhistory-0f46254e5f15235265eec19862080bc63f23c39f.tar.gz
[IPV4]: Let people know where to obtain the ss tool from.
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index f3721ac3914414..8fe95800fe8377 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -355,7 +355,10 @@ config IP_TCPDIAG
default y
---help---
Support for TCP socket monitoring interface used by native Linux
- tools such as ss.
+ tools such as ss. ss is included in iproute2, currently downloadable
+ at <http://developer.osdl.org/dev/iproute2>. If you want IPv6 support
+ and have selected IPv6 as a module, you need to build this as a
+ module too.
If unsure, say Y.