From 77c2bf3ad901b607c9097c58a20a529ef6f0d042 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 29 Aug 2016 14:47:19 -0700 Subject: Kill dead field from network JSON. --- controller/EmbeddedNetworkController.hpp | 1 - 1 file changed, 1 deletion(-) 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")) { -- cgit v1.2.3