~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-08 04:54:09 UTC
  • mfrom: (6050.2.1 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20110808045409-gtfs260inl0e6aq1
(mbp) update tc qdisc testing instructions (Martin Pool)

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