Reported-by: watanabe.fumitaka
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/ofproto/ofproto_protocol.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ryu/ofproto/ofproto_protocol.py b/ryu/ofproto/ofproto_protocol.py
index d9ca997..87c7d36 100644
--- a/ryu/ofproto/ofproto_protocol.py
+++ b/ryu/ofproto/ofproto_protocol.py
@@ -56,3 +56,7 @@ class ProtocolDesc(object):
     def set_version(self, version):
         assert version in _supported_versions
         (self.ofproto, self.ofproto_parser) = _versions[version]
+
+    @property
+    def supported_ofp_version(self):
+        return _supported_versions
-- 
1.8.3.1


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to