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
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
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
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