Fix the tcpdump command sended to client instead of server
This commit is contained in:
parent
8cb08628f8
commit
b9f28e1ea7
@ -176,7 +176,7 @@ class MpExperience:
|
||||
self.mpTopo.commandTo(self.mpConfig.client,
|
||||
"tcpdump -i any -w client.pcap &")
|
||||
if spcap == "yes" :
|
||||
self.mpTopo.commandTo(self.mpConfig.client,
|
||||
self.mpTopo.commandTo(self.mpConfig.server,
|
||||
"tcpdump -i any -w server.pcap &")
|
||||
if spcap == "yes" or cpcap == "yes":
|
||||
self.mpTopo.commandTo(self.mpConfig.client,"sleep 5")
|
||||
|
Loading…
Reference in New Issue
Block a user