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

network: bridge: add support for unmanaged mode #1126

Merged
merged 2 commits into from
Nov 22, 2024

Commits on Nov 19, 2024

  1. network: bridge: add support for unmanaged mode

    While Linux doesn't support modes on bridges, we use this concept to let
    the user tell us if they want podman/netavark to own the bridge or not.
    Managed behaves the same way as before this commit. Unmanaged requires
    the bridge to exist already, will not setup any sysctls or firewall
    rules on the host and will not delete the bridge once all containers
    left.
    
    Fixes containers#1090
    
    Signed-off-by: Michael Zimmermann <[email protected]>
    M1cha committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4dae6d0 View commit details
    Browse the repository at this point in the history
  2. network: bridge: don't change forwarding sysctl for internal bridges

    That's simplfy not neccessary, because the whole point of internal
    networks is to not have any forwardings or firewall rules.
    
    Signed-off-by: Michael Zimmermann <[email protected]>
    M1cha committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2900e92 View commit details
    Browse the repository at this point in the history