From 8eda65d34f525d9269784db23df05ddfa27d909b Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 9 Feb 2021 11:14:53 -0500 Subject: [PATCH] DOCS-1613: PR review Clean up leftover LAGG terms and other minor cleanup. --- content/en/hub/initial-setup/networking/bridge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/hub/initial-setup/networking/bridge.md b/content/en/hub/initial-setup/networking/bridge.md index f94c1e8521..4954604428 100644 --- a/content/en/hub/initial-setup/networking/bridge.md +++ b/content/en/hub/initial-setup/networking/bridge.md @@ -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/). @@ -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.