Re: [PATCH nf-next 1/4] netfilter: x_tables: remove pr_debug in matches/targets
Florian Westphal <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel |
|---|---|
| Message-ID | <[email protected]> |
Pablo Neira Ayuso <[email protected]> wrote: > Remove pr_debug() for these xtables extensions, these have no use these > days. Still, turn pr_debug() into pr_info_ratelimited() in the .check > path since this helps provide a hint via dmesg in legacy iptables. Makes sense, thanks. Reviewed-by: Florian Westphal <[email protected]>