summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 300b06888fdf..28e051a8e847 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -430,6 +430,14 @@ config INET_UDP_DIAG
430 Support for UDP socket monitoring interface used by the ss tool. 430 Support for UDP socket monitoring interface used by the ss tool.
431 If unsure, say Y. 431 If unsure, say Y.
432 432
433config INET_RAW_DIAG
434 tristate "RAW: socket monitoring interface"
435 depends on INET_DIAG && (IPV6 || IPV6=n)
436 default n
437 ---help---
438 Support for RAW socket monitoring interface used by the ss tool.
439 If unsure, say Y.
440
433config INET_DIAG_DESTROY 441config INET_DIAG_DESTROY
434 bool "INET: allow privileged process to administratively close sockets" 442 bool "INET: allow privileged process to administratively close sockets"
435 depends on INET_DIAG 443 depends on INET_DIAG