[Ryu-devel] (no subject)

2013-04-22 Thread Nikhil
Hi, When i ran ryu topology application with mininet tree topology ./bin/ryu-manager --verbose --observe-links ryu/topology/switches.py ryu/topology/dumper.py I am getting below error (exception) assert not app.name in SERVICE_BRICKS Best Regards, Nikhil ---

Re: [Ryu-devel] AttributeError: No such RPC function 'report_state'

2013-04-22 Thread Yoshihiro Kaneko
Hello, 2013/4/22 Wei-Ting Lin > Hi, > I'm new to OpenStack and Ryu. > When I test openstack Grizzly, using ryu_quantum_plugin , there're some > errors. > > *### /var/log/quantum/server.log* > > *2013-04-22 10:54:50ERROR [quantum.openstack.common.rpc.amqp] > Exception during message handling*

[Ryu-devel] [PATCH] OFPMatch: support keyword-style parameters

2013-04-22 Thread Can Zhang
Signed-off-by: Can Zhang --- ryu/ofproto/ofproto_v1_0_parser.py | 45 -- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_0_parser.py b/ryu/ofproto/ofproto_v1_0_parser.py index 7945888..a9520aa 100644 --- a/ryu/ofproto/ofp

[Ryu-devel] a bug in 1.0 version OFPMatch

2013-04-22 Thread Can Zhang
Hello, I find that the 1.0 version OFPMatch doesn't support keyword-style parameters. e.g: match = OFPMatch( wildcards = 'wildcards', in_port = 0, dl_src = 0, dl_dst = 0, dl_vlan = 0, dl_vlan_pcp = 0, dl_type = 'ether.ETH_TYPE_IP', nw_tos = 0, nw_proto =