diff options
| author | Grant Limberg <[email protected]> | 2021-07-06 13:07:54 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2021-07-06 13:08:21 -0700 |
| commit | e67fee0264ee4ff2603c8dd3382419e4604ca289 (patch) | |
| tree | 24256a68d58bccd6d58ddaf4637f44a802a6650e /controller/EmbeddedNetworkController.cpp | |
| parent | 5ece4f734aab0fe8f9c4ec635de7c1f4daa9b868 (diff) | |
debug logging
Diffstat (limited to 'controller/EmbeddedNetworkController.cpp')
| -rw-r--r-- | controller/EmbeddedNetworkController.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index e2eaf75b..9190e0c1 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -1477,6 +1477,8 @@ void EmbeddedNetworkController::_request( json &memberTags = member["tags"]; 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) { // Old versions with no rules engine support get an allow everything rule. // Since rules are enforced bidirectionally, newer versions *will* still |
