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
When oess decoms a node any connected links should also be decomd, but if the link still exists in nso then oess will try to recreate it. Because oess will always try to remain in sync with nso update our link creation logic such that:
If a link with a given name doesn't exist create it
If a link with a given name already exists and both its interfaces are on active nodes then the link should be updated and activated if currently decom'd.
If a link with a given name already exists and either of its interfaces are on decomd nodes then no update should occur.
The text was updated successfully, but these errors were encountered:
When oess decoms a node any connected links should also be decomd, but if the link still exists in nso then oess will try to recreate it. Because oess will always try to remain in sync with nso update our link creation logic such that:
The text was updated successfully, but these errors were encountered: