Skip to content

Commit

Permalink
net: Default UDP and UNIX diag to 'n'.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jan 7, 2012
1 parent 77e1e43 commit 6d62a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,12 @@ config INET_TCP_DIAG
def_tristate INET_DIAG

config INET_UDP_DIAG
tristate "UDP: socket monitoring interface"
depends on INET_DIAG
def_tristate INET_DIAG && IPV6
default n
---help---
Support for UDP socket monitoring interface used by the ss tool.
If unsure, say Y.

menuconfig TCP_CONG_ADVANCED
bool "TCP: advanced congestion control"
Expand Down
2 changes: 1 addition & 1 deletion net/unix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config UNIX
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"
depends on UNIX
default UNIX
default n
---help---
Support for UNIX socket monitoring interface used by the ss tool.
If unsure, say Y.

0 comments on commit 6d62a66

Please sign in to comment.