Re: [Ryu-devel] BGP implementation & openstack contribution

2014-07-31 Thread FUJITA Tomonori
Hello, On Wed, 30 Jul 2014 22:34:20 +0530 Digambar Patil wrote: > I am also reading BGP protocol for SDN & interested here to > contribute to RYU BGP implementation. > http://ryu.readthedocs.org/en/latest/library_bgp_speaker.html > https://github.com/osrg/ryu/tree/mast

Re: [Ryu-devel] Rest API questions

2014-07-31 Thread Yusuke Iwase
Hi, On 2014年07月31日 17:54, Marc Bruyere wrote: > Hi, > > I am trying to add a couple of flows using ofctl_rest.py with curl like > that one : > > curl -X POST -d '{"cookie": "1","dpid": 0x9b9de89a8ffbc388,"priority": > "23999","match": {"in_port": > "1"},"actions":[{"type":"OUTPUT","port":"1"}

Re: [Ryu-devel] Patch to ignore LLDP packets in simple_switch

2014-07-31 Thread Srini Seetharaman
Sure, that makes sense. For the starter kit that I released based on Ryu, I ended up rewriting the L2 learning switch with more customizations that allow ignoring packets relevant for other applications. On Sun, Jun 29, 2014 at 5:26 AM, FUJITA Tomonori < fujita.tomon...@lab.ntt.co.jp> wrote: >

Re: [Ryu-devel] Parsing mpBGP Update Message

2014-07-31 Thread Toshiki Tsuboi
Hi Fine !! It works properly in latest code . Thanks . INFO 2014-08-01 04:17:41,337 peer 1428 Received route with RT ['64511:101'] that is of no interest to any VRFs or Peers set([]). Ignoring paths from this UPDATE: BGPUpdate(len=88,nlri=[],path_attributes=[BGPPathAttributeOrigin(flags=64,le

[Ryu-devel] Rest API questions

2014-07-31 Thread Marc Bruyere
Hi, I am trying to add a couple of flows using ofctl_rest.py with curl like that one : curl -X POST -d '{"cookie": "1","dpid": 0x9b9de89a8ffbc388,"priority": "23999","match": {"in_port": "1"},"actions":[{"type":"OUTPUT","port":"1"}]}' http://127.0.0.1:8080/stats/flowentry/add I am not sure i

Re: [Ryu-devel] Parsing mpBGP Update Message

2014-07-31 Thread FUJITA Tomonori
Hi, On Wed, 30 Jul 2014 14:37:01 +0900 Toshiki Tsuboi wrote: > Please check my bgp packet capture in case of above report . > Regards, Thanks for the file. We believe that the following commit fixes the problem. https://github.com/osrg/ryu/commit/7acda14a5d8024ea206be03aefd2c06b804e1063 Can