Re: [PATCH nf-next 3/4] netfilter: xt_TRACE: add explicitly nf_logger_find_get call

2016-06-08 Thread Florian Westphal
Liping Zhang wrote: > From: Liping Zhang > > Consider such situation, if nf_log_ipv4 kernel module is not installed, > and the user add a following iptables rule: > # iptables -t raw -I PREROUTING -j TRACE > > There will be no trace log

[PATCH nf-next 3/4] netfilter: xt_TRACE: add explicitly nf_logger_find_get call

2016-06-08 Thread Liping Zhang
From: Liping Zhang Consider such situation, if nf_log_ipv4 kernel module is not installed, and the user add a following iptables rule: # iptables -t raw -I PREROUTING -j TRACE There will be no trace log generated until the user install nf_log_ipv4 module manully.