Hello,
I am making a ryu app which has actions such as push pbb and pop pbb.
OpenFlow v1.3 does not supoort that actions so I upgraded the ovs to
version 2.3.1 which supports Openflow v1.4 and also upgraded mininet to
2.2.1. However, still I am getting OFPErrorMsg code=0, type=2 while doing
push and pop pbb action.
somehow I found that type 2 is BadAction and code 0 means BadType error.
However I have action:
match = parser.OFPMatch(in_port=in_port,eth_type=ether.ETH_TYPE_IP)
Actions = [parser.OFPActionPushPbb(ether.ETH_TYPE_8021AH),
parser.OFPActionOutput(out_port)]
What's causing that error?
Thanks,
Vishlesh Patel
M.S. Computer Engineering
NYU Polytechnic School of Engineering
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel