From c2e0d061edc5f47c97fcbfa2a765bd80e63c3d33 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 29 Jun 2026 19:25:47 +0200 Subject: [PATCH] post: commit 566a47d in bojemoi --- .../commits/2026-06-29-commit-566a47d.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-06-29-commit-566a47d.md diff --git a/content/posts/commits/2026-06-29-commit-566a47d.md b/content/posts/commits/2026-06-29-commit-566a47d.md new file mode 100644 index 0000000..3b229f9 --- /dev/null +++ b/content/posts/commits/2026-06-29-commit-566a47d.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] feat(meta-68): add OpenRC bond0 init script (active-backup eth1+eth2)" +date: 2026-06-29T19:25:47+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 566a47d par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `566a47d` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `566a47d8d6150266af2d0ce85c984222d23e6616` | + + +### Description + +bond0 sans IP, esclaves eth1+eth2 en active-backup pour redondance réseau. +eth0 garde l'IP principale (192.168.1.108) pour SSH/Swarm. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A scripts/openrc-bond0 +``` + +### Diff Summary + +``` + scripts/openrc-bond0 | 31 +++++++++++++++++++++++++++++++ + 1 file changed, 31 insertions(+) +```