On Fri, 14 Mar 2014 04:53:06 +0000 ISHIDA Wataru <[email protected]> wrote:
> dpset might be initialied implicitly like OFPHandler. > In that case, _CONTEXTS are passed to dpset. so we should ignore them. > > Signed-off-by: ISHIDA Wataru <[email protected]> > --- > ryu/controller/dpset.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/controller/dpset.py b/ryu/controller/dpset.py > index b6be118..b74e2ec 100644 > --- a/ryu/controller/dpset.py > +++ b/ryu/controller/dpset.py > @@ -88,7 +88,7 @@ class DPSet(app_manager.RyuApp): > connected to this controller. > """ > > - def __init__(self): > + def __init__(self, *args, **kwargs): > super(DPSet, self).__init__() > self.name = 'dpset' Looks good but the patch is corrupted (probably, your mailer did). I fixed and applied this. Thanks, ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
