[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Update comment about IPv6 connec
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: bayfront: Update comment about IPv6 connectivity. |
Date: |
Mon, 20 Dec 2021 09:57:43 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new b4697b9 hydra: bayfront: Update comment about IPv6 connectivity.
b4697b9 is described below
commit b4697b9499c1c68285b0f0c70397cc5442b41c4e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 20 15:43:04 2021 +0100
hydra: bayfront: Update comment about IPv6 connectivity.
* hydra/bayfront.scm: Update comment about IPv6 connectivity.
---
hydra/bayfront.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index d335813..3520d11 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -776,8 +776,8 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(cons*
;; TODO: create a bonding interface over ens9 + ens10
;; TODO: configure ens10 as with:
- ;; ip a add dev ens10 2a01:474:0::56/48
- ;; ip -6 route add default via 2a01:474:0::126
+ ;; ip a add dev ens10 2a0c:e300::58/48
+ ;; ip route add default via inet6 2a0c:e300::126
(static-networking-service
"ens10" "185.233.100.56"
#:netmask "255.255.255.128"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Update comment about IPv6 connectivity.,
Ludovic Courtès <=