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: c38529df78e4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1ddb140d95c6
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 15, 2019

  1. openvswitch: better integration with systemd

    Systemd dependencies for scripted mode
    were refactored according to analysis in #34586.
    
    networking.vswitches can now be used with systemd-networkd,
    although they are not supported by the daemon, a nixos receipe
    creates the switch and attached required interfaces (just like
    the scripted version).
    
    Vlans and internal interfaces are implemented following the
      template format i.e. each interface is
    described using an attributeSet (vlan and type at the moment).
    If vlan is present, then interface is added to the vswitch with
    given tag (access mode). Type internal enabled vswitch to create
    interfaces (see openvswitch docs).
    
    Added configuration for configuring supported openFlow version on
    the vswitch
    
    This commit is a split from the original PR #35127.
    netixx committed Dec 15, 2019
    Copy the full SHA
    cd3597b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Merge pull request #53033 from netixx/openvswitch-improved-systemd

    openvswitch: better integration with systemd
    Mic92 committed Feb 21, 2020
    Copy the full SHA
    1ddb140 View commit details
    Browse the repository at this point in the history