Hi,
On 2016年12月07日 16:47, Luis Zárate wrote: > Hi, > > I want to interact OVSDB using ryu.lib.ovs lib, but I can find documentation > of how to work with this lib. > > For example how I can create a bridge and set a port. > > I found https://github.com/osrg/ryu/blob/master/ryu/lib/ovs/bridge.py but > there is a CONF parameter that I don't know what it is. I could not found the doc for this module, though. CONF parameter should be "ryu.cfg.CONF" object. Also, this object can be referred as "self.CONF" in your RyuApp class. Thanks, Iwase > > > > > > -- > "La utopía sirve para caminar" Fernando Birri > > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > > > > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel