In some case, tc rules still be stored in tcRuleStore after the expriment is deleted. When this happends, you can find some tcs in logs that shouldn't exist when you run another network attack. And these tcs would not be recoverd after execute recover command, so you have to recover it by executing tc qdisc del dev $device root.
In some case, tc rules still be stored in
tcRuleStore
after the expriment is deleted. When this happends, you can find sometcs
in logs that shouldn't exist when you run another network attack. And thesetcs
would not be recoverd after execute recover command, so you have to recover it by executingtc qdisc del dev $device root
.