Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f46cb4fb77c4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7eb867794e05
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 26, 2017

  1. network-interfaces: reload bridges on conf changes

    And adopt the tests to add an interface and remove it again.
    
    It should work when deactivating rstp, it will not work when activating
    rstp for the first bridge as then the userspace daemon is not yet
    available. But once one bridge is active with stp, it should work with
    the reload for any further bridge.
    
    Fixes #21745. Also see #22547.
    kampfschlaefer authored and fpletz committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    6872995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22850 from kampfschlaefer/feature/21745-fix_netwo…

    …rking_restart
    
    fix #21745, preserve container connectivity when the bridge changes
    fpletz committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    7eb8677 View commit details
    Browse the repository at this point in the history