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,
|
self.mpTopo.commandTo(self.mpConfig.client,
|
||||||
"tcpdump -i any -w client.pcap &")
|
"tcpdump -i any -w client.pcap &")
|
||||||
if spcap == "yes" :
|
if spcap == "yes" :
|
||||||
self.mpTopo.commandTo(self.mpConfig.client,
|
self.mpTopo.commandTo(self.mpConfig.server,
|
||||||
"tcpdump -i any -w server.pcap &")
|
"tcpdump -i any -w server.pcap &")
|
||||||
if spcap == "yes" or cpcap == "yes":
|
if spcap == "yes" or cpcap == "yes":
|
||||||
self.mpTopo.commandTo(self.mpConfig.client,"sleep 5")
|
self.mpTopo.commandTo(self.mpConfig.client,"sleep 5")
|
||||||
|
Loading…
Reference in New Issue
Block a user