Add 6plane assignment support to network controller, and cleanup.

This commit is contained in:
Adam Ierymenko 2016-06-24 06:40:50 -07:00
parent 20d155e630
commit ee649ae69a
4 changed files with 110 additions and 128 deletions

View file

@ -78,6 +78,7 @@ CREATE TABLE Member (
authorized integer NOT NULL DEFAULT(0),
activeBridge integer NOT NULL DEFAULT(0),
memberRevision integer NOT NULL DEFAULT(0),
flags integer NOT NULL DEFAULT(0),
PRIMARY KEY (networkId, nodeId)
);