Signed-off-by: OHMURA Kei <[email protected]> --- ryu/app/conf_switch_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/app/conf_switch_key.py b/ryu/app/conf_switch_key.py index 1eae3a0..158995c 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 -- 1.7.9.5 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
