Skip to content
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

Port allocation: allow to keep existing range #728

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Port allocation: allow to keep existing range #728

merged 5 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. ports_manger: add keep_existing option

    If keep_existing option is set,
    current allocated range is not deleted:
    another range is added to the existing one
    
    Without reallocating the whole range, this option can simplify
    the configuration of modules that are using many ports.
    gsanchietti committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0a1d4d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c614261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4979071 View commit details
    Browse the repository at this point in the history
  4. Fix for different return types

    The allocate_ports and deallocate_ports can't be compared because they
    now are different types: range vs list of ranges.
    DavidePrincipi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0488067 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bd0f28 View commit details
    Browse the repository at this point in the history