-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
c/controli/breaking changePR that breaks forwards or backwards compatibilityPR that breaks forwards or backwards compatibilityrefactorChange that focuses around reducing tech debtChange that focuses around reducing tech debt
Description
In the BS we have 4 states: Inactive
, Active
, Expired
, Revoked
.
In the BR we have 3 statues: Inactive
, Active
, Revoked
It is not clear for what an inactive state would ever be needed so we should just drop it.
In general it is enough to have a revocation field. If there is a revocation the state is revoked otherwise we assume the state to be active.
Note that this also means that resetting interface state in the BS, will put all interfaces in the active state.
We should also drop the active field from the if_state
message.
kormat
Metadata
Metadata
Assignees
Labels
c/controli/breaking changePR that breaks forwards or backwards compatibilityPR that breaks forwards or backwards compatibilityrefactorChange that focuses around reducing tech debtChange that focuses around reducing tech debt