Re: [Ryu-devel] BGP Implementation

2014-08-18 Thread Digambar Patil
Thanks FUJITO. Sure, as suggested I will follow this script for BGP. Thanks, Digambar On Fri, Aug 15, 2014 at 3:27 AM, FUJITA Tomonori < [email protected]> wrote: > On Thu, 14 Aug 2014 18:24:12 +0530 > Digambar Patil wrote: > > > I have doubts about the BGP CLI implement

Re: [Ryu-devel] BGP Implementation

2014-08-14 Thread FUJITA Tomonori
On Thu, 14 Aug 2014 18:24:12 +0530 Digambar Patil wrote: > I have doubts about the BGP CLI implementation. > 1. Is the already code implementation for BGP CLI command or do I > need to start from scratch ? Already exists. > 2 . How to enable BGP protocol instead of

[Ryu-devel] BGP Implementation

2014-08-14 Thread Digambar Patil
Hi FUJITA, I have doubts about the BGP CLI implementation. 1. Is the already code implementation for BGP CLI command or do I need to start from scratch ? 2 . How to enable BGP protocol instead of openflow protocol in RYU ? Because when we run the RYU

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

2014-08-05 Thread Digambar Patil
; > > > On Mon, Aug 4, 2014 at 10:37 PM, Digambar Patil > wrote: > >> >> >> -- Forwarded message -- >> From: FUJITA Tomonori >> Date: Mon, Aug 4, 2014 at 9:20 AM >> Subject: Re: [Ryu-devel] BGP implementation & openstack contributio

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

2014-08-03 Thread FUJITA Tomonori
Sorry about the confusion. On Sat, 2 Aug 2014 13:34:07 +0530 Digambar Patil wrote: >But current I am starting with sdb_hub_app, Is there another to run > the server using command line. > For CLI support, current code is in ryu/cmd/of_config_cli.py right? > Becuase I didn't fi

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

2014-08-02 Thread Digambar Patil
Hi, But current I am starting with sdb_hub_app, Is there another to run the server using command line. For CLI support, current code is in ryu/cmd/of_config_cli.py right? Becuase I didn't find cli.py in the code. Thanks, Digambar On Sat, Aug 2, 2014 at 2:57 AM, FUJITA Tomono

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

2014-08-01 Thread FUJITA Tomonori
Hi, On Fri, 1 Aug 2014 23:40:29 +0530 Digambar Patil wrote: > As suggested, I can first start with cli implementation for RYU. Do you > have any list on what are the CLI to be implemented ? > So that I can start with one by one. Currently, the CLI supports only 'show' something. I think it woul

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

2014-08-01 Thread Digambar Patil
Thanks FUJITO for your reply. As suggested, I can first start with cli implementation for RYU. Do you have any list on what are the CLI to be implemented ? So that I can start with one by one. For Feature support, I will first go with bugs on RYU BGP side. I will go through the bug list & select

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

[Ryu-devel] BGP implementation & openstack contribution

2014-07-30 Thread Digambar Patil
Hi FUJITA, 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/master/ryu/services/protocols/bgp Please let me know about