Work in progress on cleaning up netconf mess in node code...
This commit is contained in:
parent
e6eb65be00
commit
9f107dbd4e
4 changed files with 225 additions and 23 deletions
|
@ -796,7 +796,8 @@ bool PacketDecoder::_doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const
|
|||
request["nwid"] = tmp;
|
||||
Utils::snprintf(tmp,sizeof(tmp),"%llx",(unsigned long long)packetId());
|
||||
request["requestId"] = tmp;
|
||||
request["from"] = _remoteAddress.toString();
|
||||
if (!hops())
|
||||
request["from"] = _remoteAddress.toString();
|
||||
//TRACE("to netconf:\n%s",request.toString().c_str());
|
||||
_r->netconfService->send(request);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue