diff options
| author | branchcat <closure341@gmail.com> | 2026-07-27 17:25:44 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-08-27 19:54:29 +0000 |
| commit | e06f4d7125c39d8d48a0bc9d33ab3d934757be1e (patch) | |
| tree | 66d279505e51d9426c8d5f3e1993230e65b0c53f | |
| parent | 520254a6f1088e13eef57e7808dbfb9603018a21 (diff) | |
handbook/advanced-networking: Fix note placement in lagg example
Signed-off-by: branchcat <closure341@gmail.com>
Reviewed by: ziaee
Closes: https://github.com/freebsd/freebsd-doc/pull/703
| -rw-r--r-- | documentation/content/en/books/handbook/advanced-networking/_index.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/content/en/books/handbook/advanced-networking/_index.adoc b/documentation/content/en/books/handbook/advanced-networking/_index.adoc index b2862f063d..a355f91364 100644 --- a/documentation/content/en/books/handbook/advanced-networking/_index.adoc +++ b/documentation/content/en/books/handbook/advanced-networking/_index.adoc @@ -1857,18 +1857,18 @@ With man:lagg[4], it is possible to configure a failover which prefers the Ether This is achieved by overriding the Ethernet interface's MAC address with that of the wireless interface. [NOTE] -==== +===== In theory, either the Ethernet or wireless MAC address can be changed to match the other. However, some popular wireless interfaces lack support for overriding the MAC address. We therefore recommend overriding the Ethernet MAC address for this purpose. -==== +===== [NOTE] -==== +===== If the driver for the wireless interface is not loaded in the `GENERIC` or custom kernel, and the computer is running FreeBSD {rel121-current}, load the corresponding [.filename]#.ko# in [.filename]#/boot/loader.conf# by adding `*driver_load="YES"*` to that file and rebooting. Another, better way is to load the driver in [.filename]#/etc/rc.conf# by adding it to `kld_list` (see man:rc.conf[5] for details) in that file and rebooting. This is needed because otherwise the driver is not loaded yet at the time the man:lagg[4] interface is set up. -==== +===== In this example, the Ethernet interface, _re0_, is the master and the wireless interface, _wlan0_, is the failover. The _wlan0_ interface was created from the _ath0_ physical wireless interface, and the Ethernet interface will be configured with the MAC address of the wireless interface. |
