~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Martin Pool
  • Date: 2011-08-04 00:28:09 UTC
  • mto: This revision was merged to the branch mainline in revision 6056.
  • Revision ID: mbp@canonical.com-20110804002809-u49qtrzjisgz8wof
Updated docs for tc qdisc, since the kernel interface seems to have changed (thanks abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
 
1090
1090
    tc qdisc add dev lo root handle 1: prio
1091
1091
    tc qdisc add dev lo parent 1:3 handle 30: netem delay 500ms 
1092
 
    tc qdisc add dev lo parent 30:1 handle 40: prio
1093
 
    tc filter add dev lo protocol ip parent 1:0 prio 3 u32 match ip dport 4155 0xffff flowid 1:3 handle 800::800
1094
 
    tc filter add dev lo protocol ip parent 1:0 prio 3 u32 match ip sport 4155 0xffff flowid 1:3 handle 800::801
 
1092
    tc filter add dev lo protocol ip parent 1:0 prio 3 u32 match ip dport 4155 0xffff flowid 1:3 
 
1093
    tc filter add dev lo protocol ip parent 1:0 prio 3 u32 match ip sport 4155 0xffff flowid 1:3 
1095
1094
 
1096
1095
and to remove this::
1097
1096