mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-02 07:20:51 +00:00
debug logging
This commit is contained in:
parent
5ece4f734a
commit
e67fee0264
@ -1477,6 +1477,8 @@ void EmbeddedNetworkController::_request(
|
|||||||
json &memberTags = member["tags"];
|
json &memberTags = member["tags"];
|
||||||
json &dns = network["dns"];
|
json &dns = network["dns"];
|
||||||
|
|
||||||
|
fprintf(stderr, "IP Assignment Pools for Network %s: %s\n", nwids, OSUtils::jsonDump(ipAssignmentPools, 2));
|
||||||
|
|
||||||
if (metaData.getUI(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_RULES_ENGINE_REV,0) <= 0) {
|
if (metaData.getUI(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_RULES_ENGINE_REV,0) <= 0) {
|
||||||
// Old versions with no rules engine support get an allow everything rule.
|
// Old versions with no rules engine support get an allow everything rule.
|
||||||
// Since rules are enforced bidirectionally, newer versions *will* still
|
// Since rules are enforced bidirectionally, newer versions *will* still
|
||||||
|
Loading…
x
Reference in New Issue
Block a user