diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-30 02:55:38 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-30 02:55:38 +0000 |
commit | 424c347dcc972c68eabb182bda67376354129ddb (patch) | |
tree | d5bc2d3d41aa687e03dfced7df631367ac762cc7 /sbin/ifconfig/ifconfig.8 | |
parent | fa57b28afee7b1238e984288ab141285339e0b07 (diff) |
add lladdr command to ifconfig to set MAC address. diffs from freebsd via
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund. ok deraadt
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 078aea062c2..653c511a85d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.100 2005/02/15 20:57:21 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.101 2005/03/30 02:55:37 tedu Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -415,6 +415,9 @@ for some Ethernet cards. Refer to the man page for the specific driver for more information. .It Fl link[0-2] Disable special processing at the link level with the specified interface. +.It Cm lladdr Ar etheraddr +Change the link layer address of the interface (MAC address). +This should be specificed as six colon separated hex values. .It Cm maxupd Ar n If the driver is a .Xr pfsync 4 |