diff --git a/src/mpLinkCharacteristics.py b/src/mpLinkCharacteristics.py index 7af0e66..2d78d69 100644 --- a/src/mpLinkCharacteristics.py +++ b/src/mpLinkCharacteristics.py @@ -36,7 +36,7 @@ class MpLinkCharacteristics: cmd = cmd + " tc qdisc change dev " + ifname + " " cmd = cmd + " parent " + MpLinkCharacteristics.tcNetemParent cmd = cmd + " handle " + MpLinkCharacteristics.tcNetemHandle - cmd = cmd + " netem " + n.cmd + "delay " + self.delay + cmd = cmd + " netem " + n.cmd + " delay " + self.delay cmd = cmd + " rate " + self.bandwidth + "mbit && " cmd = cmd + " true &" return cmd