mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
Pablo Neira Ayuso
parent
44d6e2f273
commit
9efdb14f76
@@ -166,13 +166,6 @@ menuconfig NETFILTER
|
||||
|
||||
if NETFILTER
|
||||
|
||||
config NETFILTER_DEBUG
|
||||
bool "Network packet filtering debugging"
|
||||
depends on NETFILTER
|
||||
help
|
||||
You can say Y here if you want to get additional messages useful in
|
||||
debugging the netfilter code.
|
||||
|
||||
config NETFILTER_ADVANCED
|
||||
bool "Advanced netfilter configuration"
|
||||
depends on NETFILTER
|
||||
|
Reference in New Issue
Block a user