Re: [LARTC] flowid and classid

2002-12-05 Thread Stef Coene
On Friday 06 December 2002 00:16, James Ma wrote:
> Hi, All,
>
> I have a class 1:10, it seems if I use netfilter mark as classifier, then
> the class will be refered as classid 1:10, however, if I use u32 as
> classifer, then the class should be refered as flowid 1:10, is it right?
flowid is the same as classid.

From the tc source :
if (matches(*argv, "classid") == 0 ||
matches(*argv, "flowid") == 0) {

Stef

-- 

[EMAIL PROTECTED]
 "Using Linux as bandwidth manager"
 http://www.docum.org/
 #lartc @ irc.oftc.net

___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



[LARTC] flowid and classid

2002-12-05 Thread James Ma



Hi, All,
 
I have a class 1:10, it seems if 
I use netfilter mark as classifier, then the class will be refered as 
classid 1:10, however, if I use u32 as classifer, then the class should be 
refered as flowid 1:10, is it right?
 
Thanks in advance,
 
James