diff options
author | Varsha Rao <rvarsha016@gmail.com> | 2017-08-30 04:07:12 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-09-04 07:25:20 -0400 |
commit | 9efdb14f76f4d7591cd4d7a436ebd716b19703b6 (patch) | |
tree | 31147ef229d44ba31defe6d47563d583f7f59758 /net/Kconfig | |
parent | 44d6e2f27328b254111dd716fde45b3b59b8a4f7 (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/Kconfig | 7 |
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 | ||
167 | if NETFILTER | 167 | if NETFILTER |
168 | 168 | ||
169 | config 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 | |||
176 | config NETFILTER_ADVANCED | 169 | config NETFILTER_ADVANCED |
177 | bool "Advanced netfilter configuration" | 170 | bool "Advanced netfilter configuration" |
178 | depends on NETFILTER | 171 | depends on NETFILTER |