telekom / sysrepo-plugin-interfaces

BSD 3-Clause "New" or "Revised" License
10 stars 18 forks source link

[interfaces-plugin refactor] Startup functionality #35

Closed zinccyy closed 1 year ago

zinccyy commented 2 years ago

Startup functionality should be implemented. Once the plugin starts for the first time, system data should be collected into the startup data store - (load API). Once the plugin is started again, data in the startup data store should be checked against the system data (check API) and if something is stored in startup and missing on the system it should be added and vice-versa (store API).