From 6d03aacc851be32485f437e150fa2f4b6232d953 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 25 Jan 2026 11:34:41 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20extra=20spaces?= =?UTF-8?q?=20in=20'Multiple=20Bridges'=20table=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleaned up formatting by removing unnecessary spaces within a specific table row to improve readability. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b42671a..f845355 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,7 @@ is `true`. |----------|-------------------|------------------| | **Standard vmbr0** | `eno1` → `vmbr0` | Enables WOL on `eno1`. | | **Bonded NICs** | `eno1`, `eno2` → `bond0` → `vmbr0` | Detects `bond0` and sets WOL on *both* slaves. | -| **Multiple Bridges** | `eno1` → `vmbr0` \ -`eno2` → `vmbr1` \ -`eno3`, `eno4` → `bond0` → `vmbr2` | One role run configures all three bridges automatically. | +| **Multiple Bridges** | - `eno1` → `vmbr0` - `eno2` → `vmbr1` - `eno3`, `eno4` → `bond0` → `vmbr2` | One role run configures all three bridges automatically. | ---