diff options
author | 2020-09-02 05:53:55 +0000 | |
---|---|---|
committer | 2020-09-02 05:53:55 +0000 | |
commit | e4ffe84e4fab883d1d9f3b63f69a377c9ebedceb (patch) | |
tree | bdf6eb5a8a0f8f85aacf6bc9bfebc7c02294a124 | |
parent | Fix signotify() for powerpc64 bsd.mp (diff) | |
download | wireguard-openbsd-e4ffe84e4fab883d1d9f3b63f69a377c9ebedceb.tar.xz wireguard-openbsd-e4ffe84e4fab883d1d9f3b63f69a377c9ebedceb.zip |
remove some ifconfig internals; ok kn
-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 |