[email protected]
Subject: Re: [Ryu-devel] Ryu OpenFlow 1.3 issue
On Sun, 9 Jun 2013 17:17:40 +0300
"Oren Spector" wrote:
> Now I encounter a problem with the parsing of QUEUE_GET_CONFIG_REPLY
> of OpenFlow 1.3, as shown below. I'm using the latest version of R
On Sun, 9 Jun 2013 17:17:40 +0300
"Oren Spector" wrote:
> Now I encounter a problem with the parsing of QUEUE_GET_CONFIG_REPLY of
> OpenFlow 1.3, as shown below. I'm using the latest version of Ryu. I
> appreciate if you could indicate a way to fix this issue.
Looks like a bug. Here's a patch (n
g.buf, offset)
NameError: global name 'msg' is not defined
-Original Message-
From: Isaku Yamahata [mailto:[email protected]]
Sent: Wednesday, June 05, 2013 5:54 PM
To: Oren Spector
Cc: [email protected]
Subject: Re: [Ryu-devel] Ryu OpenFlow 1.3 issue
_STR, msg.buf,
>
> -ofproto_v1_3.OFP_HEADER_SIZE)
>
> +ofproto_v1_3.OFP_HEADER_SIZE)[0]
>
> msg.desc = OFPPort.parser(msg.buf,
>
>ofproto_v1_3.OFP_PORT_STATUS_DESC_OFFSET)
>
> return msg
>
[email protected]]
Sent: Monday, June 03, 2013 6:43 PM
To: [email protected]
Cc: [email protected]
Subject: Re: [Ryu-devel] Ryu OpenFlow 1.3 issue
Hi,
On Mon, 3 Jun 2013 16:16:29 +0300
"Oren Spector" < <mailto:[email protected]>
o...@
Hi,
On Mon, 3 Jun 2013 16:16:29 +0300
"Oren Spector" wrote:
> It seems switch_features_handler is not handling well an OpenFlow 1.3
> FEATURES_REPLY message, which doesn't contain port information (as opposed
> to OpenFlow 1.0 FEATURES_REPLY message). Any suggestions how to overcome
> this probl
Hi,
I'm trying to work with Ryu using OpenFlow 1.3. I wrote a Ryu application
that prints a message when a client connects or disconnects to Ryu.
# switch connected/disconnected event
@set_ev_cls(dpset.EventDP)
def dp_handler(self, ev):
# return if disconnected
if not ev.enter: