On Fri, Oct 12, 2012 at 07:39:22AM +0900, FUJITA Tomonori wrote: > On Thu, 11 Oct 2012 17:17:34 +0900 > Isaku Yamahata <[email protected]> wrote: > > > Signed-off-by: Isaku Yamahata <[email protected]> > > > > --- > > Changes v1 -> v2: > > - generate events when values are set/changed/deleted > > - added __str__ method for debug > > --- > > ryu/controller/conf_switch.py | 105 > > +++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 105 insertions(+) > > create mode 100644 ryu/controller/conf_switch.py > > For what?
I updated the commit message. controller/switch_conf: introduce a class to manage per-switch configuration For tunnel application and generally, it is necessary to associate configurations to each switches. Such as tunnel port ip address for each switches. So introduce a helper class to manage those configurations. -- yamahata ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
