Re: [Ryu-devel] Query on REST API

2017-04-06 Thread Priyesh Kumar
You are starting gui_topology and tap app, which does not include topology and OF APIs. You need to start ryu.app.rest_topology and ryu.app.ofctl_rest for /v1.0/topology/switches and /stats/switches respectively. -- Chec

Re: [Ryu-devel] Flow not added with ipv4 match field

2017-03-20 Thread Priyesh Kumar
I was trying to add dl_type as match field, it was giving error that's why I was not adding it. Now its working Thanks -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! h

[Ryu-devel] Flow not added with ipv4 match field

2017-03-20 Thread Priyesh Kumar
Hi, I am trying to match packet only based on source IPv4 address Using Internal calls, no flow is added and no error OFPError message actions = [parser.OFPActionSetQueue(2)] inst = [parser.OFPInstructionActions(ofproto.OFPIT_APPLY_ACTIONS, actions), parser.OFPInstructionGot