Re: [Ryu-devel] Interoperability: support for leaf/spine architecture with shared ASN

2017-02-01 Thread Iwase Yusuke
Hi Albert, Thank you for posting your patch again! May I have some comments on this patch? > diff -uprN ryu_git/ryu/services/protocols/bgp/peer.py > ryu_allowasin/ryu/services/protocols/bgp/peer.py > --- ryu_git/ryu/services/protocols/bgp/peer.py2017-01-16 > 18:05:25.376542037 +0100 >

[Ryu-devel] The same packet-in messages are too many. I add a flow entry and it can't solve the problem.

2017-02-01 Thread Alan Wang
Hi All, I meet a problem. When the packet-in message is sent to the controller ,I add a flow entry to switch. After that,the same packages sent to the switch should match the flow entry.But they can't match the flow entry and the same packet-in messages are sent to the controller. What caused

[Ryu-devel] BGP Add-paths RFC7911

2017-02-01 Thread Truong Huu Trung
Hi Ryu team, Do you have any schedule to add this feature to Ryu BGP? Thank you, Trung -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

[Ryu-devel] Interoperability: support for leaf/spine architecture with shared ASN

2017-02-01 Thread Albert Siersema
Hello, See attached patch to support updates with local ASN in the path. The use case for this patch is auto RD/RT and simplified leaf/spine architectures, see below. Cisco/Juniper/Cumulus and undoubtedly more vendors offer a simplification/generalization of the EVPN configuration by not ha

Re: [Ryu-devel] Further interoperability : "rd auto" & auto-generated import & export ("route-target both auto")

2017-02-01 Thread Albert Siersema
Hey Iwase, > Hi Albert, > Would you mind keeping mailing list? > I think it is very helpful for us to share your great perspective! No problem, I thought to avoid cluttering up the list, but you're right. After I sent the message I searched some more and oops, I think I might have answered by

Re: [Ryu-devel] Further interoperability : "rd auto" & auto-generated import & export ("route-target both auto")

2017-02-01 Thread Iwase Yusuke
Hi Albert, Would you mind keeping mailing list? I think it is very helpful for us to share your great perspective! On 2017年01月31日 23:35, Albert Siersema wrote: > Hello Iwase, > > Thanks for all the work in getting the interoperability changes upstream. > > I wonder if you could help me out in