update readme #3
Reference in New Issue
Block a user
Delete Branch "test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Review Summary
@@ -145,3 +155,3 @@|----------|---------------------|--------------------||----------|-------------------|------------------|| **Standard vmbr0** | `eno1` → `vmbr0` | Enables WOL on `eno1`. || **Bonded NICs** | `eno1`, `eno2` → `bond0` → `vmbr0` | Detects `bond0` and sets WOL on *both* slaves. |[Lines 155-157] [Score: 2] The formatting is incorrect and hard to read. Please remove the backslashes () and use vertical bars (|).
@@ -146,3 +156,3 @@| **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` <br> `eno2` → `vmbr1` <br> `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. |[Score: 1] Good formatting and clear description. Well done!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.