summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-08-30 04:07:12 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2017-09-04 07:25:20 -0400
commit9efdb14f76f4d7591cd4d7a436ebd716b19703b6 (patch)
tree31147ef229d44ba31defe6d47563d583f7f59758 /net/Kconfig
parent44d6e2f27328b254111dd716fde45b3b59b8a4f7 (diff)
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
This patch removes CONFIG_NETFILTER_DEBUG and _ASSERT() macros as they are no longer required. Replace _ASSERT() macros with WARN_ON(). Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/Kconfig b/net/Kconfig
index e0e7c62c88f0..9dba2715919d 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -166,13 +166,6 @@ menuconfig NETFILTER
166 166
167if NETFILTER 167if NETFILTER
168 168
169config NETFILTER_DEBUG
170 bool "Network packet filtering debugging"
171 depends on NETFILTER
172 help
173 You can say Y here if you want to get additional messages useful in
174 debugging the netfilter code.
175
176config NETFILTER_ADVANCED 169config NETFILTER_ADVANCED
177 bool "Advanced netfilter configuration" 170 bool "Advanced netfilter configuration"
178 depends on NETFILTER 171 depends on NETFILTER