nixpkgs/nixos/modules/tasks
Netix (Espinet François) cd3597b486
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.
2019-12-15 21:16:26 +01:00
..
filesystems nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
auto-upgrade.nix NixOS/auto-upgrade: add gzip to service path 2019-09-15 16:13:29 +02:00
bcache.nix
cpu-freq.nix
encrypted-devices.nix
filesystems.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
kbd.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
lvm.nix
network-interfaces-scripted.nix openvswitch: better integration with systemd 2019-12-15 21:16:26 +01:00
network-interfaces-systemd.nix openvswitch: better integration with systemd 2019-12-15 21:16:26 +01:00
network-interfaces.nix openvswitch: better integration with systemd 2019-12-15 21:16:26 +01:00
powertop.nix
scsi-link-power-management.nix
swraid.nix systemd service: remove generator-packages option 2019-08-01 00:55:35 +03:00
trackpoint.nix
tty-backgrounds-combine.sh