Skip to content

Commit

Permalink
DOCS-1613: PR review
Browse files Browse the repository at this point in the history
Clean up leftover LAGG terms and other minor cleanup.
  • Loading branch information
Mrt134 committed Feb 9, 2021
1 parent abbe0fa commit 8eda65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/hub/initial-setup/networking/bridge.md
Expand Up @@ -14,9 +14,9 @@ To set up a Bridge interface, go to **Network > Interface > Add**.
Set **Type** to *Bridge*.

Enter a name for the interface. The name must use the format, *bridgeX*, where *X* is a number representing a non-parent interface.
It is also recommended to add any notes or reminders about this particular LAGG in the **Description**.
It is also recommended to add any notes or reminders about this particular Bridge in the **Description**.

Under Bridge Settings, select the *Bridge Members* to configure the interface ports to match your networking needs:
Under **Bridge Settings**, select which interfaces will be *Bridge Members* and then configure the remaining options to match your networking needs:

Disabling **Hardware Offloading** is discouraged as it can reduce network performance.
Disabling this is only recommended when the interface is managing [Jails](/hub/tasks/advanced/jails/), [Plugins](/hub/tasks/advanced/plugins/), or [Virtual Machines](/hub/tasks/advanced/virtual-machines/).
Expand All @@ -29,5 +29,5 @@ Leaving this field blank restores the field to the default value of 1500.

If additional tuning is needed, you can enter additional [ifconfig](https://www.freebsd.org/cgi/man.cgi?query=ifconfig) settings in the **Options**

You can also define additional aliases for the LAGG interface.
You can also define additional aliases for the Bridge interface.
Either IPv4 or IPv6 interfaces can be defined.

0 comments on commit 8eda65d

Please sign in to comment.