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

[RFC] Set keep-configuration=no by default for Network Manager #519

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. generator: use keep-configuration for NM

    Network Manager will create external connection profiles for existing
    interfaces. There are cases where it will happen, in particular with
    virtual interfaces, during "netplan apply" even for interfaces that have
    profiles.
    
    "keep-configuration" forces NM to use the most appropriate profile for
    existing interfaces.
    daniloegea committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f0f5d69 View commit details
    Browse the repository at this point in the history
  2. apply: stop flushing addresses when NM is used

    With the introduction of keep-configuration it shouldn't be necessary
    anymore.
    daniloegea committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3f2b33d View commit details
    Browse the repository at this point in the history