[pox-dev] switches DPIDs values

2013-06-04 Thread Amauri Albuquerque
Hello everybody, My question is about the dpid number. I have a topology in mininet with 4 switches but there are repeated DPIDs values for switches. Shouldn't each switch have an unique id? The connections are unique but not the IDs. In event ConnectionUP I save the connections in a list, in

Re: [pox-dev] switches DPIDs values

2013-06-04 Thread Murphy McCauley
Yes, each switch should have a unique dpid. I don't think I have ever seen otherwise with Mininet. Are you using one of the standard Mininet topologies, or could it be a bug in the script that's initializing Mininet? Also, you will sometimes see the same DPID in a ConnectionUp more than once

[pox-dev] statistics in FlowRemoved handler

2013-06-04 Thread Reza Motamedi
hi all, I was looking at the FlowRemoved class, and I could not figure out how to retrive the number of bytes that have been matched to flow that has just been removed. Is there a way to that? Best Regards Reza Motamedi (R.M) Graduate Research Fellow University of Oregon

Re: [pox-dev] log --no-default doesn't work

2013-06-04 Thread Murphy McCauley
Just pushed the fix to the carp branch. (It should backport to the betta branch just fine and I'll accept a pull request if someone wants to do it. :) ) Thanks for the detailed report. -- Murphy On Jun 4, 2013, at 11:20 AM, Alison Chan wrote: Hello, When I attempt to suppress console logs,