This commit is contained in:
Quentin De Coninck 2020-07-07 17:19:59 +02:00
parent 2d63b7f8c7
commit d78e7c1dee

View File

@ -54,7 +54,7 @@ class IPerfScenario(Experiment):
super(IPerfScenario, self).clean()
def run(self):
self.topo.command_to(self.router, "tcpdump -i any -w router.pcap &")
self.topo.command_to(self.topo_config.router, "tcpdump -i any -w router.pcap &")
# First run servers
for l, s in enumerate(self.topo_config.servers):