The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=e71477916c62d65baf17200cfb3f85ec7de0aa65
commit e71477916c62d65baf17200cfb3f85ec7de0aa65 Author: William Carrel <[email protected]> AuthorDate: 2025-10-30 18:39:29 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-06 00:19:40 +0000 ifconfig.8: Mention max name length PR: 289113 MFC after: 3 days (cherry picked from commit 832cd05905980d0f6547bf02745b054c1f4af1eb) --- sbin/ifconfig/ifconfig.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 980d61e9c214..674aae39760f 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -631,6 +631,9 @@ This is useful for devices which have multiple physical layer interfaces .It Cm name Ar name Set the interface name to .Ar name . +The +.Ar name +may not be longer than 15 characters. .It Cm rxcsum , txcsum , rxcsum6 , txcsum6 If the driver supports user-configurable checksum offloading, enable receive (or transmit) checksum offloading on the interface.
