Hi,

You can specify OpenFlow versions in your application like the following:

class PacketTest(app_manager.RyuApp):
    OFP_VERSIONS = [ofproto_v1_4.OFP_VERSION]

    def __init__(self, *args, **kwargs):
        pass

For example, ryu/app/simple_switch_14.py will work only OpenFlow14.
https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_14.py#L25-L26

thanks,

On 2015年05月01日 03:24, Eyal Nissim wrote:
> Hi,
> 
> 
> I'm using the latest version of RYU. (installed the executable on Ubuntu a 
> few days ago)
> 
> at this point RYU is trying to communicate with my soft switch (CPQD) using 
> openflow1.0
> 
> while the switch is trying to communicate via openflow1.4 (this can be seen 
> both from the switch logs as well as wireshark)
> 
> How can I force RYU to yse openflow1.4 ? is there a configuration file or a 
> specific argument/option?
> 
> 
> 
> Thanks
> 
> Eyal
> 
> This email message and any attachments are intended solely for the use of the 
> addressees hereof.
> This message and any attachments may contain information that is 
> confidential, privileged and exempt from disclosure under applicable law.
> If you are not the intended recipient of this message, you are prohibited 
> from reading, disclosing, reproducing, distributing, disseminating or 
> otherwise using this transmission.
> If you have received this message in error, please promptly notify the sender 
> at Ceragon by reply E-mail and immediately delete this message from your 
> system.
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to