I guess you can't get it via openflow. But run tc command and get it from
your program. That's dirty way.
Instead of the Use openflow queuing approach.
On Mon, 10 Dec 2018 06:29 Ankita Desai, wrote:
> Hi everyone.
>
> I have assigned different bandwidth to different links using TCLink option
>
Hi everyone.
I have assigned different bandwidth to different links using TCLink option
in my topology file in mininet. I want to fetch the same bandwidth in my
Ryu application and want to perform calculation on it. Please suggest how
to do that.
Regards,
Ankita J. Desai
_
Hi everyone.
I have assigned different bandwidth to different links using TCLink option
in my topology file in mininet. I want to fetch the same bandwidth in my
Ryu application and want to perform calculation on it. Please suggest how
to do that.
Regards,
Ankita J. Desai
_
On Sun, 09 Dec 2018 06:51:02 +0900,
Raffaele Viterbo wrote:
> I was wondering if there is a way to delete a single flow entry matching a
> specific field. In my case, I want to delete a flow that has a certain
> priority. How can I do that? Thanks in advance.
Please check the OpenFlow spec.
Or
https://osrg.github.io/ryu-book/en/html/rest_router.html
El sáb., 8 dic. 2018 23:56, Eman Bany salameh via Ryu-devel <
ryu-devel@lists.sourceforge.net> escribió:
> Hi Surish,
>
> Is there an application in ryu apps doing routing?
>
> Eman Bany Salameh
>
>
> On Dec 9, 2018, at 3:44 AM, knet sol