summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-29 14:47:19 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-29 14:47:19 -0700
commit77c2bf3ad901b607c9097c58a20a529ef6f0d042 (patch)
treee5e6bbde66f9b44dc5f75683e5b662cba3b4228d
parent7223685b9665590f2b0872060dd762706d371c4e (diff)
downloadinfinitytier-77c2bf3ad901b607c9097c58a20a529ef6f0d042.tar.gz
infinitytier-77c2bf3ad901b607c9097c58a20a529ef6f0d042.zip
Kill dead field from network JSON.
-rw-r--r--controller/EmbeddedNetworkController.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/EmbeddedNetworkController.hpp b/controller/EmbeddedNetworkController.hpp
index 5e942a7b..303a5355 100644
--- a/controller/EmbeddedNetworkController.hpp
+++ b/controller/EmbeddedNetworkController.hpp
@@ -165,7 +165,6 @@ private:
if (!network.count("multicastLimit")) network["multicastLimit"] = (uint64_t)32;
if (!network.count("v4AssignMode")) network["v4AssignMode"] = {{"zt",false}};
if (!network.count("v6AssignMode")) network["v6AssignMode"] = {{"rfc4193",false},{"zt",false},{"6plane",false}};
- if (!network.count("activeBridges")) network["activeBridges"] = nlohmann::json::array();
if (!network.count("authTokens")) network["authTokens"] = nlohmann::json::array();
if (!network.count("capabilities")) network["capabilities"] = nlohmann::json::array();
if (!network.count("rules")) {