diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-09-02 05:53:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-09-02 05:53:56 +0000 |
commit | 4f5402f837d5e1d4cb1fe9f1ff076243a2d38fbf (patch) | |
tree | 9fd384a08215efbf4120f2afcf69af9c15845581 /share/man/man4/aggr.4 | |
parent | a702c889d5ba36bc8af16e146db2f994855a68e8 (diff) |
remove some ifconfig internals; ok kn
Diffstat (limited to 'share/man/man4/aggr.4')
-rw-r--r-- | share/man/man4/aggr.4 | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/share/man/man4/aggr.4 b/share/man/man4/aggr.4 index b36bb2812e4..45dbb25b7fc 100644 --- a/share/man/man4/aggr.4 +++ b/share/man/man4/aggr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aggr.4,v 1.3 2020/08/24 07:34:00 kn Exp $ +.\" $OpenBSD: aggr.4,v 1.4 2020/09/02 05:53:55 jmc Exp $ .\" .\" Copyright (c) 2019 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 24 2020 $ +.Dd $Mdocdate: September 2 2020 $ .Dt AGGR 4 .Os .Sh NAME @@ -56,19 +56,13 @@ The interface itself can be configured with .Xr ifconfig 8 ; see its manual page for more information. .Pp +A random MAC address is generated when an .Nm -interfaces may be configured with +interface is created. +A specific MAC address can be assigned using the .Xr ifconfig 8 -and -.Xr netstart 8 -using the following options: -.Bl -tag -width Ds -.It Cm lladdr Ar etheraddr Ns | Ns Cm random -Change the link layer address (MAC address) of the interface. -This should be specified as six colon-separated hex values, or can -be chosen randomly. -By default a random MAC address is generated when an interface is created. -.El +command +.Cm lladdr Ar etheraddr . .\" document the ioctls? .Pp Other forms of aggregation of Ethernet interfaces are available |