From 734cbb2f1e5e201d2ce295241d3890f6c4f872bd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 10 Jun 2016 15:58:35 -0700 Subject: Controller modifications for default route are ready to test. Will require slight changes in ZeroTier Central when it goes live. --- controller/SqliteNetworkController.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'controller/SqliteNetworkController.hpp') diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp index 9a1b8c91..cbc2d857 100644 --- a/controller/SqliteNetworkController.hpp +++ b/controller/SqliteNetworkController.hpp @@ -152,11 +152,9 @@ private: sqlite3_stmt *_sGetActiveBridges; sqlite3_stmt *_sGetIpAssignmentsForNode; sqlite3_stmt *_sGetIpAssignmentPools; - sqlite3_stmt *_sGetLocalRoutes; sqlite3_stmt *_sCheckIfIpIsAllocated; sqlite3_stmt *_sAllocateIp; sqlite3_stmt *_sDeleteIpAllocations; - sqlite3_stmt *_sDeleteLocalRoutes; sqlite3_stmt *_sGetRelays; sqlite3_stmt *_sListNetworks; sqlite3_stmt *_sListNetworkMembers; -- cgit v1.2.3