Revert "mpExperience: with router view"
This trace does not reveal anything useful... This reverts commit fddccd02dd3fee38817d45e339009fd207ba44f0.
This commit is contained in:
parent
337b9db184
commit
a6dd6d64a4
@ -1,5 +1,4 @@
|
||||
from mpParamXp import MpParamXp
|
||||
from mpTopo import MpTopo
|
||||
|
||||
class MpExperience:
|
||||
PING = "ping"
|
||||
@ -189,8 +188,5 @@ class MpExperience:
|
||||
if spcap == "yes" :
|
||||
self.mpTopo.commandTo(self.mpConfig.server,
|
||||
"tcpdump -i any -s " + snaplenpcap + " -w server.pcap &")
|
||||
if spcap == "yes" and cpcap == "yes":
|
||||
router = self.mpTopo.getHost(MpTopo.routerName)
|
||||
self.mpTopo.commandTo(router, "tcpdump -i any -s " + snaplenpcap + " -w router.pcap &")
|
||||
if spcap == "yes" or cpcap == "yes":
|
||||
self.mpTopo.commandTo(self.mpConfig.client,"sleep 5")
|
||||
|
Loading…
Reference in New Issue
Block a user