Displaying 1 result from an estimated 1 matches for "1024p".
Did you mean:
1024
2001 Jun 26
1
prio fighting
...c filter add dev ppp0 protocol ip parent 1:0 prio 0 handle 4 fw classid
1:2
tc filter add dev ppp0 protocol ip parent 1:0 prio 2 handle 1 fw classid
1:3
and it is working because form the stats I can see the packets are
flowing:
[root@qis /root]# tc -s -r qdisc show dev ppp0
qdisc pfifo 4: limit 1024p
Sent 42374 bytes 804 pkts (dropped 0, overlimits 0)
qdisc pfifo 3: limit 1024p
Sent 16535 bytes 381 pkts (dropped 0, overlimits 0)
qdisc pfifo 2: limit 1024p
Sent 589 bytes 10 pkts (dropped 0, overlimits 0)
qdisc prio 1: bands 3 priomap 0 1 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 59498 bytes...