Re: [Ryu-devel] forcing RYU to use openflow1.4

2015-04-30 Thread Minoru TAKAHASHI
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://git

[Ryu-devel] forcing RYU to use openflow1.4

2015-04-30 Thread Eyal Nissim
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 a