From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: [PATCH 12/18] netfilter: make NF_OSF non-visible symbol Date: Wed, 23 May 2018 20:42:48 +0200 Message-ID: <20180523184254.22599-13-pablo@netfilter.org> References: <20180523184254.22599-1-pablo@netfilter.org> Cc: davem@davemloft.net, netdev@vger.kernel.org To: netfilter-devel@vger.kernel.org Return-path: Received: from mail.us.es ([193.147.175.20]:40226 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934041AbeEWSnJ (ORCPT ); Wed, 23 May 2018 14:43:09 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id CB2141E8FB5 for ; Wed, 23 May 2018 20:42:36 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 11CB0DA737 for ; Wed, 23 May 2018 20:42:05 +0200 (CEST) In-Reply-To: <20180523184254.22599-1-pablo@netfilter.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Fernando Fernandez Mancera Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- net/netfilter/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index e57c9d479503..a5b60e6a983e 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -445,7 +445,7 @@ config NETFILTER_SYNPROXY endif # NF_CONNTRACK config NF_OSF - tristate 'Passive OS fingerprint infrastructure' + tristate config NF_TABLES select NETFILTER_NETLINK -- 2.11.0