Re: [pox-dev] switch disconnecting

2014-07-15 Thread farshad tajedin
this is my code: / for i in range (0,5): while(j5): self.request_FlowStatus( dpid[j]) time.sleep(0.1) self.request_FlowStatus(a dpid[j]) On Sun, Jul 6, 2014 at 10:28 AM, Murphy McCauley murphy.mccau...@gmail.com wrote: Can you send a snippet of

[pox-dev] lib/addresses.py is quite broken

2014-07-15 Thread Peter Peresini
Hi Murphy. TLDR: addresses.py should be rerwitten from scratch I come up against a following problem: cd pox/lib python import addresses print addresses.IPAddr(255.255.255.0) == addresses.IPAddr6(::1) ... File addresses.py, line 634, in __cmp__ return -cmp(other,self) File

Re: [pox-dev] switch disconnecting

2014-07-15 Thread farshad tajedin
On Tue, Jul 15, 2014 at 11:30 AM, Murphy McCauley murphy.mccau...@gmail.com wrote: This appears to be an infinite loop or an incomplete snippet. On Jul 14, 2014, at 11:56 PM, farshad tajedin farshad.taje...@gmail.com wrote: this is my code: / for i in