The following are not documented: etherswitchcfg -f /dev/etherswitch1 atu dump etherswitchcfg -f /dev/etherswitch1 atu flush all etherswitchcfg -f /dev/etherswitch1 atu flush port x The following results in a crash: etherswitchcfg -f /dev/etherswitch1 atu flush
*** Bug 275414 has been marked as a duplicate of this bug. ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3a71a24bbeae3b72c91fd7c0b212ee607f18cba6 commit 3a71a24bbeae3b72c91fd7c0b212ee607f18cba6 Author: Kit Dallege <xaum.io@gmail.com> AuthorDate: 2026-03-27 04:25:27 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2026-06-10 12:35:04 +0000 etherswitchcfg(8): document atu commands Add documentation for the ATU (Address Translation Unit) commands that were implemented but not documented in the man page: - atu dump: display the MAC address table - atu flush all: clear all dynamic ATU entries - atu flush port <n>: clear ATU entries for a specific port Also add atu to the SYNOPSIS section. PR: 275413 Signed-off-by: Kit Dallege <xaum.io@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2096 sbin/etherswitchcfg/etherswitchcfg.8 | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-)
^Triage: since there is no way to set MFC flags for Manual Pages, there is nothing to do here but close this.