[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20151214.143739.879220917312503422.davem@davemloft.net>
Date: Mon, 14 Dec 2015 14:37:39 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: lorenzo@...gle.com
Cc: netdev@...r.kernel.org, hannes@...essinduktion.org,
eric.dumazet@...il.com, ek@...gle.com, tom@...bertland.com,
zenczykowski@...il.com
Subject: Re: [PATCH v5 4/4] net: diag: Support destroying TCP sockets.
From: Lorenzo Colitti <lorenzo@...gle.com>
Date: Tue, 15 Dec 2015 02:29:57 +0900
> +#if CONFIG_INET_DIAG_DESTROY
Config symbols are to be checked with "ifdef" not "if".
> +config INET_DIAG_DESTROY
> + bool "INET: allow privileged process to administratively close sockets"
> + depends on INET_DIAG && (IPV6 || IPV6=n)
> + default n
As Eric Dumazet stated, this "(X || X=n)" construct only makes sense for
tristate Kconfig entries.
--
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