Displaying 1 result from an estimated 1 matches for "hexedecimal".
Did you mean:
hexadecimal
2004 Sep 21
1
TCNG compilation/translation bug/question
...the folling tc command:
...
tc filter add dev eth0 parent ffff:0 protocol all prio 1 u32 match u32 0x51af5402 0xffffffff at 16 classid ffff:0 police index 505 rate 256000bps burst 131072 mpu 0 action drop/pass
...
(BTW: the ip address may be wrong due not being able to translate dotted decimal to hexedecimal, but the rest is correct)
I do not understand the relation between the SLB with "cbs 1024, cir 2048, default mpu" and the tc command with "rate 256000bps burst 131072 mpu 0":
I expected that the SLB specs would be translated into something like "rate 2048*8bps burst 1024*8...