[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120207.122931.1509587729423704935.davem@davemloft.net>
Date: Tue, 07 Feb 2012 12:29:31 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: xemul@...allels.com
Cc: anisse@...ier.eu, netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH] net: Default UDP and UNIX diag to 'n'.
From: Pavel Emelyanov <xemul@...allels.com>
Date: Tue, 07 Feb 2012 17:37:51 +0400
> @@ -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
This needs to be something like "INET_DIAG && (IPV6 || IPV6=n)"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists