Hi!

It seems that ovs has changed their Idl interface, and the code in
ryu.services.protocols.ovsdb.client.Idl would need to be
synced with the ctor of idl.Idl in ovs.

Doing so will fix the problem

     if table.cond_changed:
 AttributeError: 'TableSchema' object has no attribute 'cond_changed'

because the attributes are just missing. Wonder if the best fix would
be to figure out some way to call the ctor of idl.Idl from ovs instead?

Aki Tuomi

------------------------------------------------------------------------------
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

Reply via email to