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

Fix various issues with refactors #1755

Merged
merged 7 commits into from
Oct 21, 2024
Merged

Commits on Oct 20, 2024

  1. fix(router-id): default to the primary IPv4 addr

    Somehow during refactoring this default got lost and we stopped
    defaulting to the primary IPv4 address when a router ID was not passed.
    aauren committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2bd0964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f478c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9726392 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e573b View commit details
    Browse the repository at this point in the history
  5. test(unit_test_timing.py): parse unit test timing

    Adds a Python script that is useful for seeing where very slow unit
    tests can be found and fixed.
    aauren committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    384564c View commit details
    Browse the repository at this point in the history
  6. fix(node): make ordering more specific

    We should be returning IP addresses in specific orders based upon what
    type of IP they are.
    aauren committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7127360 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1814c6 View commit details
    Browse the repository at this point in the history