On Tue, 2015-12-15 at 02:29 +0900, Lorenzo Colitti wrote: > +config INET_DIAG_DESTROY > + bool "INET: allow privileged process to administratively close sockets" > + depends on INET_DIAG && (IPV6 || IPV6=n) > + default n
I can see the effect of (IPV6 || IPv6=n) for a tristate, but what is the intent for a bool ? It seems INET_DIAG_DESTROY can be selected regardless of IPV6 being off, on, or a module ? -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html