From d78e7c1dee6a7e749e4757687392e06ce543909d Mon Sep 17 00:00:00 2001 From: Quentin De Coninck Date: Tue, 7 Jul 2020 17:19:59 +0200 Subject: [PATCH] typo --- experiments/iperf_scenario.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/iperf_scenario.py b/experiments/iperf_scenario.py index f5485aa..e7f51ef 100644 --- a/experiments/iperf_scenario.py +++ b/experiments/iperf_scenario.py @@ -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):