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
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
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