Network membership certificate work in progress... does not build yet.

This commit is contained in:
Adam Ierymenko
2013-07-29 13:56:20 -04:00
parent e7b515c86c
commit a53cfc9096
12 changed files with 470 additions and 77 deletions

View File

@ -126,7 +126,7 @@ std::vector<std::string> NodeConfig::execute(const char *command)
_P("200 listnetworks %llu %s %s",
nw->first,
nw->second->tap().deviceName().c_str(),
(nw->second->open() ? "public" : "private"));
(nw->second->isOpen() ? "public" : "private"));
}
} else if (cmd[0] == "join") {
_P("404 join Not implemented yet.");