Add a timestamp to netconf cache, fix some SQL queries in NC.
This commit is contained in:
parent
417f56de2f
commit
740121504f
5 changed files with 66 additions and 27 deletions
|
@ -32,6 +32,7 @@ CREATE TABLE Member (
|
|||
nodeId char(10) NOT NULL,
|
||||
cachedNetconf blob(4096),
|
||||
cachedNetconfRevision integer NOT NULL DEFAULT(0),
|
||||
cachedNetconfTimestamp integer NOT NULL DEFAULT(0),
|
||||
clientReportedRevision integer NOT NULL DEFAULT(0),
|
||||
authorized integer NOT NULL DEFAULT(0),
|
||||
activeBridge integer NOT NULL DEFAULT(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue