X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openflow;h=cac14de6cd53f3fc973e60807fc21d697828eee2;hb=refs%2Ftags%2Fv7.1.0rc6;hp=316ac0fc8ec35c3fe14345f4b16c3f0ac894898b;hpb=72fcda7e20f984e0d6fd57322e13c9013f74cebd;p=osm%2Fopenvim.git diff --git a/openflow b/openflow index 316ac0f..cac14de 100755 --- a/openflow +++ b/openflow @@ -3,7 +3,7 @@ # PYTHON_ARGCOMPLETE_OK ## -# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. # This file is part of openmano # All Rights Reserved. # @@ -279,7 +279,7 @@ if __name__=="__main__": of_controller_password = os.getenv('OF_CONTROLLER_PASSWORD',None) #of_controller_version = os.getenv('OF_CONTROLLER_VERSION',"0.90") of_controller_ip = os.getenv('OF_CONTROLLER_IP',"localhost") - of_controller_port = os.getenv('OF_CONTROLLER_PORT',"7070") + of_controller_port = os.getenv('OF_CONTROLLER_PORT',"8080") of_controller_dpid = os.getenv('OF_CONTROLLER_DPID','00:01:02:03:e4:05:e6:07') of_controller_module = os.getenv('OF_CONTROLLER_MODULE',None)