Closed kthare10 closed 1 year ago
Labels do not have eq implemented, which makes prop_diff() behave differently. Will add a method.
This fix was insufficient as diff methods of nodes and network services did not check if only labels or capacities have changed (without changing any attached elements). Addressed on
Add support for diff function to implemented for
Labels
just likeCapacities
without which sliver_diff returns false positive/negative.