You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firewalldb: move generic DB setup code to the DB.Start method
In this commit, a new `DeleteTempKVStores` method is added to the
`RulesDB` interface and this is called in the `DB`'s `Start` method.
This is done because regardless of the backend that we use for the
RulesDB, we want this clean-up code to run at start time. It also makes
more sense to have this call in a Start method rather than in a
constructor.
0 commit comments