diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-03-13 15:31:42 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-03-13 15:31:42 +0000 |
commit | 99928b0969778ebd83c82b996a1ff05f719ac6dd (patch) | |
tree | 719028bc7c0a9fff84dff372f7a11c0d2e6a22fc /sbin/ifconfig/ifconfig.8 | |
parent | c9dc38004d407de8e6923f4d8359e05b0e41552b (diff) |
Add a way to enable/disable Wake On LAN with ifconfig.
ok deraadt
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 2a36956c858..cacf502e81d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.213 2011/02/17 08:32:29 camield Exp $ +.\" $OpenBSD: ifconfig.8,v 1.214 2011/03/13 15:31:41 stsp 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 $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: February 17 2011 $ +.Dd $Mdocdate: March 13 2011 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -435,6 +435,16 @@ This may be used to enable an interface after an It happens automatically when setting the first address on an interface. If the interface was reset when previously marked down, the hardware will be re-initialized. +.Pp +.It Cm wol +Enable Wake On LAN (WOL). +When enabled, reception of a WOL frame will cause the network card to +power up the system from standby or suspend mode. +WOL frames can be sent using +.Xr arp 8 . +.It Fl wol +Disable WOL. +WOL is disabled at boot by the driver, if possible. .El .Pp .Nm |