diff options
-rw-r--r-- | ryu/app/conf_switch_key.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/app/conf_switch_key.py b/ryu/app/conf_switch_key.py index 1eae3a02..158995c2 100644 --- a/ryu/app/conf_switch_key.py +++ b/ryu/app/conf_switch_key.py @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -OVSDB_ADDR = 'ovsdb_addr' # value <method>:<port>[:<ip>] +OVSDB_ADDR = 'ovsdb_addr' # value <method>:<ip>[:<port>] OVS_TUNNEL_ADDR = 'ovs_tunnel_addr' # ip address of tunnel |