neighbor FNEs are always allowed to request keys with RID 0;

pull/121/merge
Bryan Biedenkapp 2 months ago
parent 7a9f7a0ef8
commit 4641040d45

@ -1843,7 +1843,7 @@ void TrafficNetwork::taskNetworkRx(NetPacketRequest* req)
}
}
else {
if (!network->m_kmfAllowRID0) {
if (!network->m_kmfAllowRID0 && connection->peerClass() != PEER_CONN_CLASS_NEIGHBOR) {
LogError(LOG_MASTER, "PEER %u (%s) requested enc. key with RID 0 but such requests are not allowed, no response",
peerId, connection->identWithQualifier().c_str());
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.