Add 6plane assignment support to network controller, and cleanup.
This commit is contained in:
parent
20d155e630
commit
ee649ae69a
4 changed files with 110 additions and 128 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue