Re: [Ryu-devel] [PATCH v2 3/3] physicaltopology: switch discovering module

2013-02-22 Thread Isaku Yamahata
Do you have any reason prefixing double underscore "__" instead of single underscore "_"? thanks On Fri, Feb 22, 2013 at 07:14:20PM +0900, YAMADA Hideki wrote: > This is an alternative of dpset, which supports event passing. > > event.py: event class > switch.py: switch(datapath) discovery app u

[Ryu-devel] [PATCH v2 3/3] physicaltopology: switch discovering module

2013-02-22 Thread YAMADA Hideki
This is an alternative of dpset, which supports event passing. event.py: event class switch.py: switch(datapath) discovery app using ofp_event dumper.py: test and example app using switch discovery event TODO: support link discovery using LLDP. Signed-off-by: YAMADA Hideki --- ryu/physicaltopo