From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oki DZ okidz@telkom.net Date: Sat, 24 Feb 2001 02:53:04 +0000 Subject: [LARTC] Where to mark filters for traffic control? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org
On Fri, 23 Feb 2001, Jason Straight wrote:

> Where should I be marking packets for traffic control to operate on? mangle , 
> prerouting I would guess. Is that correct?

Why guess? man iptables:
mangle This table is used for specialized packet alteration.  It has two
built-in chains:  PREROUTING (for altering incoming packets before
routing) and OUTPUT (for altering locally- generated packets before
routing). 

Oki