netfilter: nf_log: get rid of XT_LOG_* macros
authorLiping Zhang <liping.zhang@spreadtrum.com>
Sun, 25 Sep 2016 08:47:05 +0000 (16:47 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 25 Sep 2016 21:16:45 +0000 (23:16 +0200)
commit8cb2a7d5667ab9a9c2fdd356357b85b63b320901
treeb9968ed82a3a23817074b5f5df004f4e56f22b1f
parentff107d27761ff4b644c82c209e004ec9c8fbbc22
netfilter: nf_log: get rid of XT_LOG_* macros

nf_log is used by both nftables and iptables, so use XT_LOG_XXX macros
here is not appropriate. Replace them with NF_LOG_XXX.

Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_log_ipv4.c
net/ipv6/netfilter/nf_log_ipv6.c
net/netfilter/nf_log_common.c