[Ryu-devel] How to connect Mininet host to Mininet VM machine while using Ryu router application

2018-01-19 Thread Arslan
Dear All, I am new to Ryu controller. I want to access the Mininet VM machine to save the data inside a database. I am creating mininet topology where I am using the "net.addNAT().configDefault()". It is working fine the simple_switch application and the mininet hosts (created by mininet) are

Re: [Ryu-devel] [PATCH] ofctl: Enable to get all datapath objects

2018-01-19 Thread FUJITA Tomonori
On Mon, 15 Jan 2018 12:56:08 +0900 IWASE Yusuke wrote: > The following patch extends"ryu.ofctl.app.get_datapath()" function to get all > connecting datapath objects with "dpid=None" argument. > > Also the usage of "ryu.ofctl.app" is frequently asked on the Ryu-devel mailing > list, this patch ex

Re: [Ryu-devel] [PATCH 0/2] doc: Usage for ryu/services/protocols/bgp/application.py

2018-01-19 Thread FUJITA Tomonori
On Thu, 11 Jan 2018 16:02:38 +0900 IWASE Yusuke wrote: > The following patches add the doc for > ryu/services/protocols/bgp/application.py > because the usage of Ryu BGP Speaker is frequently asked at the Ryu-devel > mailing list. > Also, includes a update of test_rpc.py for the compatibility wi

Re: [Ryu-devel] Unable to display BGPSpeaker routes/details using show_vrf, show_rib, show_neighbor

2018-01-19 Thread Pynbiang Hadem
Hi Iwase, Calling "neighbor_get()" function periodically may not suffice some of our requirements. The first method of "Calling it every time the update message arrives" is more realistic. SDN being program driven, I think we need something like "packet_in_handler" for arrival of BGP Update packet