Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 3f61cd87
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -409,7 +409,7 @@ config INET_TCP_DIAG


config INET_UDP_DIAG
config INET_UDP_DIAG
	tristate "UDP: socket monitoring interface"
	tristate "UDP: socket monitoring interface"
	depends on INET_DIAG
	depends on INET_DIAG && (IPV6 || IPV6=n)
	default n
	default n
	---help---
	---help---
	  Support for UDP socket monitoring interface used by the ss tool.
	  Support for UDP socket monitoring interface used by the ss tool.