On Thu, 29 Nov 2018 12:56:54 +0900, Modi Tejas Maheshbai wrote: > > [1 <text/plain; UTF-8 (7bit)>] > Thanks a lot. for response. > > Yes, I want to set up tunnels between VMs and then I want to check flow > entries in Ryu controller. So my doubt is how to check final flow table of > the controller means controller actions for each and every packet > transmission
Then OFPFlowStatsRequest would be what you need. In its reply there are packets and bytes counters per flow entry. If you really need to know which packet matches which flow entry, packet-in actions can be used. > On Thu, Nov 29, 2018 at 9:24 AM IWAMOTO Toshihiro <iwam...@valinux.co.jp> > wrote: > > > On Wed, 28 Nov 2018 18:16:19 +0900, > > Modi Tejas Maheshbai wrote: > > > If I'm creating host VMs, OpenVswitch VMs and Ryu controller VM in ESXI > > > server and connecting all and now I want to generate routing information > > > with specific origin-destination pair flows then how I can get the flows > > > detail. > > > > I'm not familiar with ESXi and don't know how those VMs are wired. > > > > If you want to read the flow table you can use ovs-ofctl dump-flows or > > OFPFlowStatsRequest. Or do you want to set up tunnels between VMs? > > -- IWAMOTO Toshihiro _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel