summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces-systemd.nix
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2021-08-16 11:48:53 +0200
committerGitHub <noreply@github.com>2021-08-16 11:48:53 +0200
commita336bdd20987b683b8d4cbf90ea9adb6bced8caf (patch)
treedc4a937bc636faf628f3a09dbdb92bd91bf3f46f /nixos/modules/tasks/network-interfaces-systemd.nix
parente55554491df6e7b789d7f3d6a3b354df3575e1c6 (diff)
parentaa3a82886b6c61983821ce01b142e43aadd5e389 (diff)
downloadnixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar.gz
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar.bz2
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar.lz
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar.xz
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.tar.zst
nixpkgs-a336bdd20987b683b8d4cbf90ea9adb6bced8caf.zip
Merge pull request #103738 from netixx/openvswitch-improved-systemd
openvswitch: fix systemd integration assertion
Diffstat (limited to 'nixos/modules/tasks/network-interfaces-systemd.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces-systemd.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix
index 1c145e8ff47..225f9dc67fc 100644
--- a/nixos/modules/tasks/network-interfaces-systemd.nix
+++ b/nixos/modules/tasks/network-interfaces-systemd.nix
@@ -33,9 +33,6 @@ in
       assertion = cfg.defaultGatewayWindowSize == null;
       message = "networking.defaultGatewayWindowSize is not supported by networkd.";
     } {
-      assertion = cfg.vswitches == {};
-      message = "networking.vswitches are not supported by networkd.";
-    } {
       assertion = cfg.defaultGateway == null || cfg.defaultGateway.interface == null;
       message = "networking.defaultGateway.interface is not supported by networkd.";
     } {