On Fri, 18 Jul 2014 16:32:22 +0800 马超 <[email protected]> wrote: > I have write some app with OpenFlow 1.2, and set bridge to support > OpenFlow10,12,13.when i try to run, it showed: > > File "/usr/local/lib/python2.7/dist-packages/ryu/app/gre_tunnel.py", line > 430, in dp_handler > dp.send_nxt_set_flow_format(ofproto.NXFF_NXM) > AttributeError: 'module' object has no attribute 'NXFF_NXM' > > it seems ryu controller.py support OF_1.0 only.what should i do? change > app to support OF1.0?
No. Ryu support 1.0, 1.2, 1.3, 1.4. gre_tunnel.py supports only 1.0 because it uses Nicira Extensions which richer features than 1.4. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
