diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-25 00:17:41 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-31 21:26:15 +0200 |
commit | e73ded3c71527412944bb9a97916a096742f695d (patch) | |
tree | 298a33a27eee0bd65a262bddebc698b73dd9a67b /gnu/tests | |
parent | d7d3bdca890e1a39c7e3dde3fe11dad9e14cf875 (diff) | |
download | patches-e73ded3c71527412944bb9a97916a096742f695d.tar patches-e73ded3c71527412944bb9a97916a096742f695d.tar.gz |
services: Open vSwitch: Provide a default configuration.
* gnu/services/networking.scm (openvswitch-service-type): Provide
OPENVSWITCH-CONFIGURATION as a default value.
* gnu/tests/networking.scm (%openvswitch-os): Don't configure the service.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/networking.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/tests/networking.scm b/gnu/tests/networking.scm index a97b29bc4b..d1234442bb 100644 --- a/gnu/tests/networking.scm +++ b/gnu/tests/networking.scm @@ -178,9 +178,7 @@ port 7, and a dict service on port 2628." (static-networking-service "ovs0" "10.1.1.1" #:netmask "255.255.255.252" #:requirement '(openvswitch-configuration)) - (service openvswitch-service-type - (openvswitch-configuration - (package openvswitch))) + (service openvswitch-service-type) openvswitch-configuration-service)) (define (run-openvswitch-test) |