diff options
author | 2010-07-08 06:54:51 +0000 | |
---|---|---|
committer | 2010-07-08 06:54:51 +0000 | |
commit | a61de0d39209bc2c72f179fc65c96be1cb8f4706 (patch) | |
tree | fbb212b8a729145d33720e4d8fe032d28bd2c782 | |
parent | - Xr ldd; from jochen keil, netbsd pr 30043 (diff) | |
download | wireguard-openbsd-a61de0d39209bc2c72f179fc65c96be1cb8f4706.tar.xz wireguard-openbsd-a61de0d39209bc2c72f179fc65c96be1cb8f4706.zip |
802.1X is unsupported; from Christopher Zimmermann (tweaked
version of his diff to tech@ committed);
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7a84b6fb2ab..f7ad7fb5179 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.205 2010/06/29 21:28:38 reyk Exp $ +.\" $OpenBSD: ifconfig.8,v 1.206 2010/07/08 06:54:51 jmc 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: June 29 2010 $ +.Dd $Mdocdate: July 8 2010 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -982,7 +982,8 @@ and authentication (also known as personal mode) uses a 256-bit pre-shared key. .Ar 802.1x authentication (also known as enterprise mode) is meant to be used with -an external IEEE 802.1X authentication server. +an external IEEE 802.1X authentication server, +but is currently unsupported. The default value is .Dq psk . .Dq psk |