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
|
@ -88,7 +88,7 @@ CREATE INDEX Member_networkId_memberRevision ON Member(networkId, memberRevision
|
|||
CREATE TABLE Route (
|
||||
networkId char(16) NOT NULL REFERENCES Network(id) ON DELETE CASCADE,
|
||||
target blob(16) NOT NULL,
|
||||
via blob(16) NOT NULL,
|
||||
via blob(16),
|
||||
targetNetmaskBits integer NOT NULL,
|
||||
ipVersion integer NOT NULL,
|
||||
flags integer NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue