diff options
author | OHMURA Kei <ohmura.kei@lab.ntt.co.jp> | 2013-07-03 17:17:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-09 12:14:38 +0900 |
commit | a6ca472d21dd03978e04301cad571c9908694ede (patch) | |
tree | d7a34fa1da3de19a431bfb495c410be476d56c52 | |
parent | 3e0315db86b93aa9795fca1568d4e77482930a5a (diff) |
ryu/app/conf_switch_key: fix a comment
Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-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 |