The ovs library has changed its implementation of the idl.Idl class. The
CTOR in ryu.services.protocols.ovsdb.client.Idl updated to be compatible
with the current version.
Patch fix the problem:
if table.cond_changed:
AttributeError: 'TableSchema' object has no attribute 'cond_changed'
---
Hi!
I wrote an experimental script for making automatic
vxlan tunnels in hub-spoke topology. The app can be
found from https://github.com/cmouse/ryu-auto-vxlan
It is not safe for production use, please do not use
it for such.
I would be happy to hear ideas how to improve it.
Aki
--
On Fri, 6 Jan 2017 09:41:50 +0900
Iwase Yusuke wrote:
> Hi,
>
> On 2017年01月06日 05:58, FUJITA Tomonori wrote:
>> On Tue, 27 Dec 2016 21:45:17 +0100
>> Olivier DESNOE wrote:
>>
>>> Following your comments, this 3rd version of the patch adds the ability to
>>> dissect and generate DHCPv6 packets
On Tue, 27 Dec 2016 21:45:17 +0100
Olivier DESNOE wrote:
> Following your comments, this 3rd version of the patch adds the ability to
> dissect and generate DHCPv6 packets.
>
> Signed-off-by: Olivier DESNOE
Applied, thanks a lot!
--
On Thu, 12 Jan 2017 17:05:21 +0900
Shinpei Muraoka wrote:
> Shinpei Muraoka (3):
> packet lib: Add packet library of OpenFlow
> test_openflow: Add unit tests for OpenFlow packet library
> doc: library_packet_ref: Add reference of openflow
>
> doc/source/library_packet_ref.rst
On Fri, 13 Jan 2017 08:51:44 +0900
Yusuke Iwase wrote:
> Hi Fujita-San,
>
>
> 2017-01-12 23:01 GMT+09:00 FUJITA Tomonori :
>
>> On Wed, 4 Jan 2017 13:55:51 +0900
>> IWASE Yusuke wrote:
>>
>> > Note: These patches are for "gh-pages" branch of Ryu.
>> >
>> > The following patches update Ryu Gi