This patch adds support for setting the nfmark bitwise (and & or).

Example:
	iptables -t mangle ... -j MARK --or-mark 0x15
	iptables -t mangle ... -j MARK --and-mark 0x15
