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: e3d97997fff1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e7f67f97f2cb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 23, 2018

  1. nixos/network-interfaces-scripted: fix container networking bug

    When a bridge interface was reconfigured, running containers using
    this bridge lost connectivity: restarting network-addresses-brN.service
    triggered a restart of network-setup.service via a "partOf" relationship
    introduced in 07e0c0e.
    This in turn restarted brN-netdev.service.
    The bridge was thus destroyed and recreated with the same name but a new
    interface id, causing attached veth interfaces to lose their connection.
    
    This change removes the "partOf" relationship between
    network-setup.service and network-addresses-brN.service for all bridges.
    xeji committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    2742063 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Merge pull request #47252 from xeji/p/fix-47210

    nixos/network-interfaces-scripted: fix a container networking bug
    xeji committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    e7f67f9 View commit details
    Browse the repository at this point in the history