svec_add_nocopy(&capabilities,
xasprintf("com.nicira.mgmt.manager=true\n"));
- mgmt_id = cfg_get_mac(0, "mgmt.id");
+ mgmt_id = cfg_get_dpid(0, "mgmt.id");
if (!mgmt_id) {
/* Randomly generate a mgmt id */
mgmt_id = pick_fallback_mgmt_id();
* xxx need their dpids. */
/* Check if a different mgmt id has been assigned. */
if (cfg_has("mgmt.id")) {
- uint64_t cfg_mgmt_id = cfg_get_mac(0, "mgmt.id");
+ uint64_t cfg_mgmt_id = cfg_get_dpid(0, "mgmt.id");
if (cfg_mgmt_id != mgmt_id) {
mgmt_id = cfg_mgmt_id;
}
is 15 seconds, and the minimum value is 5 seconds.
A management id may be specified with the \fBmgmt.id\fR key. It takes
-an id in the form of a MAC address. If one is not specified, a random
-id is generated each time \fBvswitchd\fR is started.
+an id in the form of exactly 12 hexadecimal digits. If one is not
+specified, a random id is generated each time \fBvswitchd\fR is started.
.fi
.RE
.SS "OpenFlow controller connectivity"