2013/2/5 OHMURA Kei :
>>> +
>>> +def close(self):
>>> +self.is_active = False
>>> +gevent.joinall([self.thread])
>>
>> For what?
>
> I think that it's not necessary. I'll remove it.
>
>>
>>> +def _recv_loop(self):
>>> +while self.is_active:
>>> +(data, ad
Thanks for your comments.
2013/2/5 FUJITA Tomonori :
> On Tue, 5 Feb 2013 18:40:12 +0900
> OHMURA Kei wrote:
>
>> This gets a netflow packet and sends it to the other
>> applications. Each application can use this to get netflow
>> messages as an event.
>>
>> Signed-off-by: OHMURA Kei
>> ---
>>
On Tue, 5 Feb 2013 18:40:12 +0900
OHMURA Kei wrote:
> This gets a netflow packet and sends it to the other
> applications. Each application can use this to get netflow
> messages as an event.
>
> Signed-off-by: OHMURA Kei
> ---
> bin/ryu-manager|1 +
> ryu/lib/xflow/ne
This gets a netflow packet and sends it to the other
applications. Each application can use this to get netflow
messages as an event.
Signed-off-by: OHMURA Kei
---
bin/ryu-manager|1 +
ryu/lib/xflow/netflow_collector.py | 64
2 files
This gets a netflow packet and sends it to the other
applications. Each application can use this to get netflow
messages as an event.
Signed-off-by: OHMURA Kei
---
bin/ryu-manager|1 +
ryu/lib/xflow/netflow_collector.py | 64
2 files