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