Commit 6d25886e authored by Anisse Astier's avatar Anisse Astier Committed by David S. Miller

net: Fix build regression when INET_UDP_DIAG=y and IPV6=m

Tested-by: default avatarAnisse Astier <anisse@astier.eu>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f61cd87
......@@ -409,7 +409,7 @@ config INET_TCP_DIAG
config INET_UDP_DIAG
tristate "UDP: socket monitoring interface"
depends on INET_DIAG
depends on INET_DIAG && (IPV6 || IPV6=n)
default n
---help---
Support for UDP socket monitoring interface used by the ss tool.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment