Network membership certificate work in progress... does not build yet.
This commit is contained in:
parent
e7b515c86c
commit
a53cfc9096
12 changed files with 470 additions and 77 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue