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
|
@ -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"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue