deb-ryu/ryu/base
FUJITA Tomonori 42f704f943 enable applications to specify OF versions
Some applications need to use particular OF versions.

With this patch, applications can specify OF versions in the following
way:

class YourApplication(app_manager.RyuApp):
    OFP_VERSIONS = [ofproto_v1_1.OFP_VERSION, ofproto_v1_2.OFP_VERSION]

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Reviewed-by: Isaku Yamahata <yamahata@valinux.co.jp>
2012-07-16 14:39:39 +09:00
..
__init__.py initial commit 2011-12-09 15:56:05 +09:00
app_manager.py enable applications to specify OF versions 2012-07-16 14:39:39 +09:00