Iptables log-level does not work with kernel 3.6-rc

2012-09-11 Thread auto75914331
This rule $IPTABLES -A RULE_0_in -j LOG --log-level notice --log-prefix "DENY in: " result with linux 3.6-rc5 Sep 12 06:37:29 x kernel: <5>DENY in: IN=eth0 OUT= MAC=... result with linux 3.5.3 and older: Sep 9 10:43:01 x kernel: DENY in: IN=eth0 OUT= MAC.. Thanks --

Iptables log-level does not work with kernel 3.6-rc

2012-09-11 Thread auto75914331
This rule $IPTABLES -A RULE_0_in -j LOG --log-level notice --log-prefix DENY in: result with linux 3.6-rc5 Sep 12 06:37:29 x kernel: 5DENY in: IN=eth0 OUT= MAC=... result with linux 3.5.3 and older: Sep 9 10:43:01 x kernel: DENY in: IN=eth0 OUT= MAC.. Thanks -- To