diff mbox

[net-next,41/43] netfilter: Remove the network namespace Kconfig conflict

Message ID 1434554932-4552-41-git-send-email-ebiederm@xmission.com
State Changes Requested
Delegated to: Pablo Neira
Headers show

Commit Message

Eric W. Biederman June 17, 2015, 3:28 p.m. UTC
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" <ebiederm@xmission.com>
---
 init/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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