Skip to content
Snippets Groups Projects
Commit 4ad8b7a1 authored by Michael Marsh's avatar Michael Marsh
Browse files

removed path to ip

parent 76dcbbcd
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ if errs:
exit(1)
# Enable network emulation on the device.
cmd = ["sudo", "/sbin/ip",
cmd = ["sudo", "ip",
"netns", "exec", args.namespace,
"tc", "qdisc", "change", "dev", args.device, "root",
"netem"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment