]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.
authorTaehee Yoo <ap420073@gmail.com>
Mon, 9 Apr 2018 14:40:34 +0000 (16:40 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 19 Apr 2018 11:02:44 +0000 (13:02 +0200)
commitc1be8c4c7512809ac841ab83acbcc1a0bf38e223
tree66b8bf69a90acc450b7b06395bc3b71b7f5bf1b8
parent6c44ee922e06399a9122dd96cce67464ec539e88
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.

The nfulnl_log_packet() is added to make sure that the NFLOG target
works as only user-space logger. but now, nf_log_packet() can find proper
log function using NF_LOG_TYPE_ULOG and NF_LOG_TYPE_LOG.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nfnetlink_log.h
net/netfilter/nfnetlink_log.c
net/netfilter/xt_NFLOG.c