guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: berlin: Remove duplicate gateway from 10G interface.


From: Ricardo Wurmus
Subject: 01/01: hydra: berlin: Remove duplicate gateway from 10G interface.
Date: Wed, 4 Sep 2019 05:38:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit c8a7e6efa5bbb8db232db7ea2a0344aaad093f5a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 4 11:36:57 2019 +0200

    hydra: berlin: Remove duplicate gateway from 10G interface.
    
    The same gateway is already specified for the 1G port and there may
    not be duplicate definitions of gateways.
    
    * hydra/berlin.scm: Remove gateway from enp129s0f0.
---
 hydra/berlin.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index ae86b0a..c273305 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -141,8 +141,7 @@ Happy hacking!\n"))
              ;; This is a 10G port.
              (static-networking-service "enp129s0f0"
                                         "141.80.181.40"
-                                        #:netmask "255.255.255.0"
-                                        #:gateway "141.80.181.1")
+                                        #:netmask "255.255.255.0")
              ;; Connection to build nodes
              (static-networking-service "eno3"
                                         "141.80.167.131"



reply via email to

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