git: 8cf8bbfef509 - stable/12 - ifconfig.8: Document limitation of groupname
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jul 2023 04:50:42 UTC
The branch stable/12 has been updated by meta:
URL: https://cgit.FreeBSD.org/src/commit/?id=8cf8bbfef50908edd2a61356e13c94044ef49fc3
commit 8cf8bbfef50908edd2a61356e13c94044ef49fc3
Author: Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-06-20 10:14:39 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-07-11 04:49:34 +0000
ifconfig.8: Document limitation of groupname
Approved by: kp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D40645
(cherry picked from commit 9aca30d87804b9b9f646f9ef3ad5ae6af81fd40a)
---
sbin/ifconfig/ifconfig.8 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 5c3a554c2b46..14b5d41de759 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd July 11, 2022
+.Dd June 20, 2023
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -357,6 +357,9 @@ This action does not automatically disable routes using the interface.
.It Cm group Ar groupname
Assign the interface to a
.Dq group .
+The
+.Ar groupname
+may not be longer than 15 characters and must not end in a digit.
Any interface can be in multiple groups.
.Pp
Cloned interfaces are members of their interface family group by default.