]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_nat_snmp_basic: remove debug parameter
authorTaehee Yoo <ap420073@gmail.com>
Sun, 7 Jan 2018 15:09:56 +0000 (00:09 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Jan 2018 12:59:06 +0000 (13:59 +0100)
commit75f2bcc18846ff5f916d460ae88342e3c594a190
treeeb8e3902c7da367ac07f1613c61c55f90c8075cb
parentf59ce329e557174cd854f15aedeacbb9607c328b
netfilter: nf_nat_snmp_basic: remove debug parameter

To see debug message of nf_nat_snmp_basic, we should set debug value
when we insert this module. but it is inconvenient and only using of
the dynamic debugging is enough to debug.

This patch just removes debug code. then in the next patch, debugging code
will be added.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_nat_snmp_basic.c