OF controller port mapping
[osm/openvim.git] / openvimd.py
index 3affa56..5441f4d 100755 (executable)
@@ -28,11 +28,11 @@ and launches the rest of threads: http clients, openflow controller
 and host controllers  
 '''
 
-__author__="Alfonso Tierno"
-__date__ ="$10-jul-2014 12:07:15$"
-__version__="0.5.3-r520"
-version_date="Jan 2017"
-database_version="0.10"      #expected database schema version
+__author__ = "Alfonso Tierno"
+__date__ = "$10-jul-2014 12:07:15$"
+__version__ = "0.5.6-r523"
+version_date = "Feb 2017"
+database_version = "0.13"      #expected database schema version
 
 import httpserver
 import auxiliary_functions as af