Add 6plane assignment support to network controller, and cleanup.
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user