From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric W. Biederman" Subject: [PATCH net-next 41/43] netfilter: Remove the network namespace Kconfig conflict Date: Wed, 17 Jun 2015 10:28:50 -0500 Message-ID: <1434554932-4552-41-git-send-email-ebiederm@xmission.com> References: <87r3pae5hn.fsf@x220.int.ebiederm.org> Cc: , netfilter-devel@vger.kernel.org, Stephen Hemminger , Juanjo Ciarlante , Wensong Zhang , Simon Horman , Julian Anastasov , Pablo Neira Ayuso , Patrick McHardy , Jozsef Kadlecsik , Jamal Hadi Salim , Steffen Klassert , Herbert Xu To: David Miller Return-path: In-Reply-To: <87r3pae5hn.fsf@x220.int.ebiederm.org> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Now that the nf_register_hook conversion is complete netfilter should work just fine with network namespaces remove the temporary Kconfig conflict. Signed-off-by: "Eric W. Biederman" --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 166cfbfdc2df..dc24dec60232 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1207,7 +1207,6 @@ config PID_NS config NET_NS bool "Network namespace" depends on NET - depends on !NETFILTER default y help Allow user space to create what appear to be multiple instances -- 2.2.1