diff options
| author | William Carrel <william.a@carrel.org> | 2025-10-30 18:39:29 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-30 18:40:45 +0000 |
| commit | 832cd05905980d0f6547bf02745b054c1f4af1eb (patch) | |
| tree | a32524fea3a2bfdacf3a0c6d0e14461b4e795c52 | |
| parent | a797702be077c4671e3d437d6b9ffd37f2e86277 (diff) | |
ifconfig.8: Mention max name length
PR: 289113
MFC after: 3 days
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index d4f8d2b5747a..627b7cd3f9e3 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -630,6 +630,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. |
