summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-10 15:58:35 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-10 15:58:35 -0700
commit734cbb2f1e5e201d2ce295241d3890f6c4f872bd (patch)
tree86e5ffbb9d5cff58236cf3419db3417b93405781 /controller/schema.sql.c
parentacbe8ad39881ca561b37f0cbff98146ab6ddd74e (diff)
downloadinfinitytier-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/schema.sql.c')
-rw-r--r--controller/schema.sql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c
index f4a5a1b1..9e3515d1 100644
--- a/controller/schema.sql.c
+++ b/controller/schema.sql.c
@@ -89,8 +89,8 @@
"CREATE TABLE Route (\n"\
" networkId char(16) NOT NULL REFERENCES Network(id) ON DELETE CASCADE,\n"\
" target blob(16) NOT NULL,\n"\
+" via blob(16),\n"\
" targetNetmaskBits integer NOT NULL,\n"\
-" via blob(16) NOT NULL,\n"\
" ipVersion integer NOT NULL,\n"\
" flags integer NOT NULL,\n"\
" metric integer NOT NULL\n"\