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: 427e4910ec67
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 48f2b0c909f6
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 6, 2018

  1. nixos/networkd: support MULTICAST flag on links

    Support Multicast= option in [Link] section of network units,
    introduced in systemd/systemd#9118.
    alexshpilkin committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    423e46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fdb6fb View commit details
    Browse the repository at this point in the history
  3. nixos/networkd: do not require gateway for routes

    A route via a tunnel interface does not require a gateway to be
    specified, so do not check for the Gateway= field on routes at all.
    alexshpilkin committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ecf7310 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Merge pull request #46235 from alexshpilkin/networkd-link-multicast

    nixos/networkd: support MULTICAST, fix RequiredForOnline and [Route]
    fpletz committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    48f2b0c View commit details
    Browse the repository at this point in the history