summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-29 15:34:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-29 15:34:26 -0700
commit30e4a188d0a5c883f3ea579dcf01d5c409b185d7 (patch)
tree2d38a28d29f58c82f750c18d89096bf3ec78e00f /controller/SqliteNetworkController.hpp
parent5c9411a671dbc62297863bfa732929e197557697 (diff)
downloadinfinitytier-30e4a188d0a5c883f3ea579dcf01d5c409b185d7.tar.gz
infinitytier-30e4a188d0a5c883f3ea579dcf01d5c409b185d7.zip
ipLocalRoutes now exposed via network objects in JSON controller API, and documentation changes.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
-rw-r--r--controller/SqliteNetworkController.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp
index 6b3a8628..a999bf7c 100644
--- a/controller/SqliteNetworkController.hpp
+++ b/controller/SqliteNetworkController.hpp
@@ -109,9 +109,11 @@ 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;