Skip to content

Use Round Robin in Address Ranges #7053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jujokini
Copy link

@jujokini jujokini commented May 8, 2025

Description

Reusing same MAC addresses too fast has been occasionally an issue.

This pull request implements Round Robin algorithm for finding free addresses in address ranges.
NEXT_INDEX value is stored to the database for each Address range, and parsed when instantiating
AddressRange object. This has been tested on one-6.10-ce branch.

I am not 100% confident about all the places where NEXT_INDEX value needs to be stored or read. Please review and I'll make any modifications needed.

Branches to which this PR applies

  • [ X ] master
  • one-X.X

  • Check this if this PR should not be squashed

@jujokini jujokini marked this pull request as draft May 9, 2025 06:40
@jujokini jujokini marked this pull request as ready for review May 21, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant