First of all thanks Iwase for your reply to this thread.
Yes, currently we do not have a functional code which supports all the
features supporting the OF version 1.5.
And that is the reason we are planning to implement the EXT features to
support the handling of Flow statistics for flexible enc
Hi Fujita-San,
The application of Ryu-book exists as source on the Ryu-book.
Because the application of Ryu-book are not updated, content is old.
I hope that the application of Ryu-book updated in conjunction with
application of Ryu.
So I have submitted this patch.
Current, I am modifying the Ry
Hi guys
I am trying to add tcp_src/tcp_dst to the flow table but whenever I run Ryu, it
gives me error. also I checked the msg but there is no tcp(src_port, dst_port).
I want to ask how to add tcp_src/tcp_dst to match so I can get that from the
flow?
Thank you
---
Hi,
On 2016年09月22日 17:08, Poonam Ghosh wrote:
> Hello,
>
> We have been referring the RYU source code to understand the OF Specific
> instructions primarily OFV1.1, OFV1.2, OFV1.3,OFV1.4 and OFV1.5.
> Currently while simulating the tests with Instruction
> OFPIT_STAT_TRIGGER(Specification EXT-
Hello,
We have been referring the RYU source code to understand the OF Specific
instructions primarily OFV1.1, OFV1.2, OFV1.3,OFV1.4 and OFV1.5.
Currently while simulating the tests with Instruction OFPIT_STAT_TRIGGER
(Specification EXT-335) we got couple of Open points to understand more on
the