diff options
author | 2012-08-31 12:42:51 +0000 | |
---|---|---|
committer | 2012-08-31 12:42:51 +0000 | |
commit | c2c9f86c930ecbd36d92c5d20ffb9895a8b45b97 (patch) | |
tree | 8819d7cdfcc2ef827ddd75efd120b711f6117b02 | |
parent | Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. (diff) | |
download | wireguard-openbsd-c2c9f86c930ecbd36d92c5d20ffb9895a8b45b97.tar.xz wireguard-openbsd-c2c9f86c930ecbd36d92c5d20ffb9895a8b45b97.zip |
Document Wake on LAN support in nfe(4) man page.
-rw-r--r-- | share/man/man4/nfe.4 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4 index d3184af9478..c5ef24bd0bd 100644 --- a/share/man/man4/nfe.4 +++ b/share/man/man4/nfe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfe.4,v 1.19 2009/08/08 17:33:26 naddy Exp $ +.\" $OpenBSD: nfe.4,v 1.20 2012/08/31 12:42:51 stsp Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@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 8 2009 $ +.Dd $Mdocdate: August 31 2012 $ .Dt NFE 4 .Os .Sh NAME @@ -46,6 +46,15 @@ and VLAN tag insertion and stripping with the MCP55 chipset. .Pp The .Nm +driver additionally supports Wake on LAN (WoL). +See +.Xr arp 8 +and +.Xr ifconfig 8 +for more details. +.Pp +The +.Nm driver supports the following .Ar media types: |