commit | 4d1f3eb2c792f679ccc05ab2aae1af1c97182b52 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu Oct 03 13:45:57 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Oct 04 12:50:44 2013 -0700 |
tree | 0aabc9727dc8c90eacdc665fc7f1c4e370e268fb | |
parent | 07c1cc72b66a60b6fa69d767c44a31b36cc2501c [diff] [blame] |
oft: change default port to 6653 6653 is the IANA assigned port number.
diff --git a/tools/ovs-ctl/ovs-ctl.py b/tools/ovs-ctl/ovs-ctl.py index 14bcbfb..9701669 100755 --- a/tools/ovs-ctl/ovs-ctl.py +++ b/tools/ovs-ctl/ovs-ctl.py
@@ -169,7 +169,7 @@ default="127.0.0.1") gParser.add_argument("--cport", type=int, help="Controller Port", - default=6633) + default=6653) gParser.add_argument("--dpid", help="DPID") gParser.add_argument("--max_backoff", help="VSwitchD max backoff value",