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

netdog: Support versioning in net.toml #2281

Merged
merged 1 commit into from
Jul 29, 2022

Commits on Jul 20, 2022

  1. netdog: Support versioning in net.toml

    This change adds the ability to handle additional versions of `net.toml`
    as the project continues to add features to network configuration.  A
    top level `NetConfig` type has been removed in favor of a few traits.
    Each new version of config is expected to implement these traits, the
    most important of which converts the network configuration into
    `WickedInterface` structs which are suitable for serializing directly to
    file.
    
    As part of this change, the `net_config` module has been lightly
    refactored and split into submodules to make the pieces easier to use
    among new versions.
    zmrow committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1a32d2c View commit details
    Browse the repository at this point in the history