Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • NetworkManager-ci NetworkManager-ci
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • NetworkManagerNetworkManager
  • NetworkManager-ciNetworkManager-ci
  • Merge requests
  • !1080

[th/fix-ipv6_check_addr_order] update version tags for @ipv6_check_addr_order test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Thomas Haller requested to merge th/fix-ipv6_check_addr_order into main Jun 09, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2
  1. enable the test also on rhel-8.5 (1.32.10). The version of the test which runs against older NM versions was always intended to check the actual behavior. I think on 8.5 the behavior was such, that the test should pass.

  2. 1.36.0 (and rhel-8.6, rhel-9.0) have a bug where they basically don't change the address order of existing addresses. The order/priority depends on the order in which addresses get added. This means, as addresses appear at different times (SLAAC before DHCPv6), that the order only depends on this accidental happening. Still, the effect is that this looks mostly like in rhel-8.5. It is however a bug, because NM would not rectify the order of addresses.

  3. note that internal Z-stream versions for rhel-8.5 (1.36.0-5.el8_6 and 1.36.0-6.el8_6) would accidentally fix the bug (1), and enforce the address order. This was also fixed on nm-1-36 branch ([1]). However, there is a different bug in the 1.36 series ([2]), that NetworkManager would prefer SLAAC over DHCPv6. If NM now enforces the order, that other bug appears and the order is wrong. This will be fixed in versions NetworkManager-1.36.0-7.el8_6 again, by not adjusting the order (wrongly). This wrong behavior has no CI test, it was only a temporary behavior.

  4. upstream 1.38.0+ and main have fixed all of this. The order is enforced and correct. Actually, the real fixes happened in upstream 1.37.91, 1.38.0, 1.39.2. However, those versions are no longer tested because we only test "nm-1-38" and "main" branches, which all have the new behavior. Simplify the version tags to account for that. It means, if you were to test 1.37.92, then the tags would be wrong. But that is not something were are going to do are care about.

  5. rhel-8.7 and rhel-9.1 has 1.39.0, however it currently has patches which reverts part of the fix. So the order there is wrong again. But we need to fix that. This change already adjusts the version tags as it will be in the future. That means, in the first moment, the development packages for 8.7 and 9.1 will fail this test.

[1] NetworkManager@cd460180 [2] NetworkManager#1021 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: th/fix-ipv6_check_addr_order