Hi, Please send questions to the mailing list!
2014-07-17 19:11 GMT+09:00 马超 <[email protected]>: > Hi again! > > I have write some apps with ofproto_v1_2 or 1_3 , when I try to run it, > it shows some errors: > > instantiating app ryu.app.rest_quantum of QuantumIfaceAPI > (2367) wsgi starting up on http://0.0.0.0:8080/ > > unsupported version 0x1. If possible, set the switch to use one of the > versions [3] > > is there any way to make it support 1.2 or 1.3 ? > or I must have write app with 1.0? You need to set OpenFlow version to the switch as the error message said. sudo ovs-vsctl set Bridge br-int protocols=OpenFlow12 > > thanks! ------------------------------------------------------------------------------ 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
