guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: tests: dhcpd: Adjust network interface name.


From: guix-commits
Subject: 02/07: tests: dhcpd: Adjust network interface name.
Date: Mon, 16 Mar 2020 09:06:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ef0f5ff2a74e5e4dc49dfdd0ba6509a91281ddd5
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Mar 16 11:17:15 2020 +0100

    tests: dhcpd: Adjust network interface name.
    
    This is a followup to 8e53fe2b91d2776bc1529e7b34967c8f1d9edc32.
    
    * gnu/tests/networking.scm (dhcpd-v4-configuration)
    (%dhcpd-os): Use "ens3" instead of "eth0".
---
 gnu/tests/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/networking.scm b/gnu/tests/networking.scm
index d123444..e90b247 100644
--- a/gnu/tests/networking.scm
+++ b/gnu/tests/networking.scm
@@ -270,11 +270,11 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
   (dhcpd-configuration
    (config-file minimal-dhcpd-v4-config-file)
    (version "4")
-   (interfaces '("eth0"))))
+   (interfaces '("ens3"))))
 
 (define %dhcpd-os
   (simple-operating-system
-   (static-networking-service "eth0" "192.168.1.4"
+   (static-networking-service "ens3" "192.168.1.4"
                               #:netmask "255.255.255.0"
                               #:gateway "192.168.1.1"
                               #:name-servers '("192.168.1.2" "192.168.1.3"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]