Re: [LARTC] Question about TCNG

2005-07-09 Thread gypsy
Edgar wrote:
> 
> Hello, after compiling my tcng rules, I've noticed something weird, the tc
> filter rules it returns give a flowid differente than the classes it creates,
> for example, you have a class 2:3 and had defined some conditions, (eg. some
> ports) to go into that class, but when I compile the .tcc file it returns
> something like:
>  tc filter add dev eth1 parent 1:0 protocol all prio 1 u32 match u8 0x5 0xf at
> 0 match u8 0x10 0x10 at 33 classid 1:2
> 
> it gives the same classid for all the matches I made (meaning for different
> classes) and that class doesn't even exist! can someone explain me this
> please? thank you
> 
> EDGAR MERINO

Rather than ask the list, why not ask the developer(s)?  Better yet, switch to
tc.
--
gypsy
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


[LARTC] Question about TCNG

2005-07-08 Thread Edgar
Hello, after compiling my tcng rules, I've noticed something weird, the tc 
filter rules it returns give a flowid differente than the classes it creates, 
for example, you have a class 2:3 and had defined some conditions, (eg. some 
ports) to go into that class, but when I compile the .tcc file it returns 
something like:
 tc filter add dev eth1 parent 1:0 protocol all prio 1 u32 match u8 0x5 0xf at 
0 match u8 0x10 0x10 at 33 classid 1:2

it gives the same classid for all the matches I made (meaning for different 
classes) and that class doesn't even exist! can someone explain me this 
please? thank you

EDGAR MERINO
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc