optimus firewall: enable packet tracing module

	* modprobe ipt_LOG
	* iptables -t raw -A OUTPUT -p icmp -j TRACE
	* iptables -t raw -A PREROUTING -p icmp -j TRACE
	* packet traces will be logged
	* iptables -t raw -F

Change-Id: I2157d6b90b54c2d0549f7d2f16452faed1bcddcf
1 file changed