Displaying 1 result from an estimated 1 matches for "_c010151".
Did you mean:
_c01015
2004 Oct 04
0
building module with tcng
...classid 2:2 htb rate 93750000bps ceil
93750000bps burst 6144 prio 1
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq perturb 10
tc filter add dev eth0 parent 2:0 protocol all prio 1 tcindex mask 0x1
shift 0
tc filter add dev eth0 parent 2:0 protocol all prio 1 handle 1 tcindex
classid 2:2
insmod cls__c010151.o
tc filter add dev eth0 parent 1:0 protocol all prio 1 _c010151
[root]# tc qdisc add dev eth0 handle 1:0 root dsmark indices 2
default_index 0
[root]# tc qdisc add dev eth0 handle 2:0 parent 1:0 htb
[root]# tc class add dev eth0 parent 2:0 classid 2:1 htb rate
93750000bps ceil 93750000bps
[root]...