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: Render bridges correctly for v2 on sysconfig with set-name #5674

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Sep 6, 2024

  1. fix: Render bridges correctly for v2 on sysconfig with set-name

    When listing interfaces in v2 format, we should expect to be able to
    reference other interfaces using the name in the configuration, not
    the name the interface will eventually take. This was broken when
    using `set-name`.
    
    To fix this, we now store the configuration id alongside the eventual
    name, and reference that instead of the name.
    
    Fixes canonicalGH-5574
    TheRealFalcon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6cf4d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. comments

    TheRealFalcon committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8acfcca View commit details
    Browse the repository at this point in the history