diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-10 15:58:35 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-10 15:58:35 -0700 |
| commit | 734cbb2f1e5e201d2ce295241d3890f6c4f872bd (patch) | |
| tree | 86e5ffbb9d5cff58236cf3419db3417b93405781 /controller/SqliteNetworkController.hpp | |
| parent | acbe8ad39881ca561b37f0cbff98146ab6ddd74e (diff) | |
| download | infinitytier-734cbb2f1e5e201d2ce295241d3890f6c4f872bd.tar.gz infinitytier-734cbb2f1e5e201d2ce295241d3890f6c4f872bd.zip | |
Controller modifications for default route are ready to test. Will require slight changes in ZeroTier Central when it goes live.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
| -rw-r--r-- | controller/SqliteNetworkController.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
