Hello,
It will be negotiated as OpenFlow version1.2, I think.
But I didn't test with LINC switch.
(tested only using OpenVswitch)
The code of version negotiation was updated at Ryu1.7 .
So it may succeed by using the newest version of Ryu.
Thanks.
(2013年03月20日 01:19), Shivaram Mysore wrote:
>
On Tue, Mar 19, 2013 at 03:10:23PM +0800, Can Zhang wrote:
> Hello Yamahata,
Hello.
> I'd like to write some documents about Ryu recently, mainly for two reasons:
That's very great.
One caution is that Ryu is moving target and will be re-written heavily
so that documentations on internal detai
On Thu, 21 Mar 2013 10:02:38 +0900
FUJITA Tomonori wrote:
> Hi,
>
> On Wed, 20 Mar 2013 21:33:12 +0100
> Christopher Scherb wrote:
>
> > I have RYU and two Pica8 switches for academic usage.
> > This combination works very well with Openflow 1.0.
> > Now we got an update of the operating syste
Hi,
On Wed, 20 Mar 2013 21:33:12 +0100
Christopher Scherb wrote:
> I have RYU and two Pica8 switches for academic usage.
> This combination works very well with Openflow 1.0.
> Now we got an update of the operating system of the switches.
> Now they run with Openflow 1.2. I could successful port
Thanks for your help!
I have being looking for NXST_FLOW and nx_flow_stats_request which you
mentioned last time all the day,and only find them in open vswitch's
nicira-ext.h,but in ryu I found nothing.And you know if you want to find a
ipv4 flow table,you can use OFPFlowStatsRequest() in ryu's
ofp
Hello,
I have RYU and two Pica8 switches for academic usage.
This combination works very well with Openflow 1.0.
Now we got an update of the operating system of the switches.
Now they run with Openflow 1.2. I could successful port almost all of
my program to Openflow 1.2.
But I couldn't find out ho