haybeseret - 2014-05-13

Hi
Found the issue.
the iptable suffix did not include "ACCEPT" or "DROP" and that is why it did not knew how to color format it.
fixed by adding (as the manual suggested..)
$IPTABLES -A LOGACCEPT -j LOG --log-prefix "iptables: ACCEPT "
$IPTABLES -A LOGDROP -j LOG --log-prefix "iptables: DROP "