~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/local-latency

  • Committer: Aaron Bentley
  • Date: 2011-08-05 16:14:18 UTC
  • mto: This revision was merged to the branch mainline in revision 13619.
  • Revision ID: aaron@canonical.com-20110805161418-hmwatwddpfd8wv31
Updates from review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
 
36
36
def stop():
37
 
    """Add latency from the lo."""
 
37
    """Remove latency from the lo."""
38
38
    tc('qdisc del dev lo root')
39
39
 
40
40