Controller modifications for default route are ready to test. Will require slight changes in ZeroTier Central when it goes live.
This commit is contained in:
parent
acbe8ad398
commit
734cbb2f1e
4 changed files with 179 additions and 302 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue