proc StopTraffic { {includeApplyTraffic apply} } { set traffic [ixNet getRoot]traffic puts "StopTraffic ..." catch {ixNet exec stop $traffic} errMsg if {$errMsg != "::ixNet::OK"} { return 1 } return 0 }