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: d9dabb0e66c6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cc7ed9671666
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2017

  1. nixos/network-interfaces: IPs must always be set

    Previously, depending on the environment and the type of interface that
    was created, the configured IPs of an interface wouldn't be applied on a
    nixos-rebuild switch. It works after a reboot.
    
    This patch ensures that the network-addresses service is started
    either via the network-link service or if the networking target is
    activated (i.e. on system activation).
    
    Fixes #28474 #16230.
    
    (cherry picked from commit 3a670da)
    fpletz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    2d178d8 View commit details
    Browse the repository at this point in the history
  2. nixos/network-interfaces: cannot delay device units

    Systemd is complaining that it can't delay the startup of device units.
    We have a before dependency on the respective device unit for every
    netdev service, which doesn't make any sense because we create the
    actual interface in this service.
    
    (cherry picked from commit 13a110e)
    fpletz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    35cbbeb View commit details
    Browse the repository at this point in the history
  3. nixos/network-interfaces: ensure slave interfaces are up

    Fixes #28620.
    
    (cherry picked from commit 263185a)
    fpletz committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    cc7ed96 View commit details
    Browse the repository at this point in the history