Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NetworkBridgeSCALE.md (typo and syntax error) #3502

Merged
merged 4 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions static/includes/NetworkBridgeSCALE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ To set up a bridge interface, go to **Network**, click **Add** on the **Interfac
2. Enter a name for the interface.
Use the correct format based on the interface type:

***bond*X*** for a LAGG interface
**vlan*X*** for a VLAN interface
**br*x*** for a bridge interface
- **bond*X*** for a LAGG interface
- **vlan*X*** for a VLAN interface
- **br*x*** for a bridge interface

Where *X* is a number representing a non-parent interface. Assing the first bridge interface **br0**.
Where *X* is a number representing a non-parent interface.
For example, **br0**.

You cannot change the **Name** of the interface after clicking **Save**.

Expand Down
1 change: 1 addition & 0 deletions words-to-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2196,3 +2196,4 @@ UsingCustomApp
UsingTrains.md
UsingTrains
InstallWizardResourceConfig
Goldeye