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
Change the management MAC calculation, fix other large-node-id quirks (ipspace#2610)
* The management MAC address is calculated using the old algorithm for
node IDs below 255 (to keep Cumulus NVUE happy) and the "base + id"
approach for node IDs above 255.
* The _dataplane.get_next_id function accepts a hint that is used by
node ID allocation code to point the user to the system constant
that needs to be changed.
* Validation code for integers allows min_value and max_value to be
specified in defaults.const dictionary. That functionality is used to
validate node ID against the topology defaults.
Finally, added a transformation test with a large node ID. We will add
more features to it as we discover what else can go wrong.
Fixesipspace#2606
0 commit comments