table ip this_is_a_table {
	chain aBaseChain {
		type filter hook forward priority filter; policy drop;
	}

	chain aChain {
	}
}