net config restinterface along with mvlan delete rest api
Change-Id: I4d8f5829d4e8b08be7981716cb3cde26cc5a507c
diff --git a/database/common.go b/database/common.go
index ea8f3b6..6d7b4a7 100644
--- a/database/common.go
+++ b/database/common.go
@@ -11,7 +11,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-*/
+ */
// This implementation of database assumes that it is working for
// Open ONU adapter. Thus, it assumes some base path for all the
// database operations. For all database operations, the key passed is
@@ -64,6 +64,7 @@
SubAlarmDataPath string = DevicePath + "sub-alarm-data/"
ServicesMigrateReqPath string = DevicePath + "migrateServicesReq/"
OltFlowServicePath string = "olt-flow-service/"
+ DeviceConfigPath string = "device-config/"
)
//PresentVersionMap - map of present version for all database tables
@@ -99,6 +100,7 @@
SubAlarmDataPath: "v1",
ServicesMigrateReqPath: "v1",
OltFlowServicePath: "v1",
+ DeviceConfigPath: "v1",
}
//PreviousVersionMap - map of previous version for all database tables
@@ -134,6 +136,7 @@
SubAlarmDataPath: "v1",
ServicesMigrateReqPath: "v1",
OltFlowServicePath: "v1",
+ DeviceConfigPath: "v1",
}
//DBVersionMap - Version of tables present in DB