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

Add podman network create flag for bridge mtu #8457

Merged
merged 4 commits into from
Dec 2, 2020

Commits on Dec 1, 2020

  1. Add podman network create option for bridge mtu

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b1b3570 View commit details
    Browse the repository at this point in the history
  2. Add podman network create option for bridge vlan

    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7f1be76 View commit details
    Browse the repository at this point in the history
  3. Add integration test for the bridge options

    Thanks Luap99 for doing the implementation
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    de2b15f View commit details
    Browse the repository at this point in the history
  4. Validate that the bridge option is supported

    Thanks Luap99 for the validation suggestion
    
    Signed-off-by: Anders F Björklund <[email protected]>
    afbjorklund committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    db70e91 View commit details
    Browse the repository at this point in the history