diff options
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 57468e9..02849d6 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -268,6 +268,13 @@ automatically. .\" IP encapsulation of .\" .Tn CLNP .\" packets is done differently. +.It Cm maclabel Ar label +If Mandatory Access Control support is enabled in the kernel, +set the MAC label to +.Ar label . +.\" (see +.\" .Xr maclabel 7 ) . +If no argument is supplied, the existing MAC label is printed. .It Cm media Ar type If the driver supports the media selection system, set the media type of the interface to |