diff options
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 943d5cd1f3f..3a7c3474de1 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.120 2006/05/17 03:29:55 reyk Exp $ +.\" $OpenBSD: ifconfig.8,v 1.121 2006/05/17 12:10:16 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 $ .\" @@ -344,6 +344,12 @@ Internet addresses and Ethernet addresses. .It Fl arp Disable the use of ARP. +.It Cm authkey +(PPP devices only) +Set the client key or password for the PPP authentication protocol. +.It Cm authname +(PPP devices only) +Set the client name for the PPP authentication protocol. .It Cm authproto Ar proto (PPP devices only) Set the PPP authentication protocol on the specified @@ -355,12 +361,6 @@ The protocol name can be either or .Ql none . In the latter case, authentication will be turned off. -.It Cm authname -(PPP devices only) -Set the client name for the PPP authentication protocol. -.It Cm authkey -(PPP devices only) -Set the client key or password for the PPP authentication protocol. .It Cm broadcast Ar addr (inet only) Specify the address to use to represent broadcasts to the @@ -661,12 +661,18 @@ authentication protocols symmetrically. The .Ql norechallenge flag is only meaningful with the CHAP protocol to not re-challenge -once the the initial CHAP handshake was successful. +once the initial CHAP handshake has been successful. This is used to work around broken peer implementations that can't grok being re-challenged once the connection is up. .It Fl peerflag Ar flag (PPP devices only) Remove a specified PPP flag for the remote authenticator. +.It Cm peerkey +(PPP devices only) +Set the authenticator key or password for the PPP authentication protocol. +.It Cm peername +(PPP devices only) +Set the authenticator name for the PPP authentication protocol. .It Cm peerproto Ar proto (PPP devices only) Set the PPP authentication protocol on the specified @@ -678,12 +684,6 @@ The protocol name can be either or .Ql none . In the latter case, authentication will be turned off. -.It Cm peername -(PPP devices only) -Set the authenticator name for the PPP authentication protocol. -.It Cm peerkey -(PPP devices only) -Set the authenticator key or password for the PPP authentication protocol. .It Cm phase Ar n The argument .Ar n @@ -764,7 +764,7 @@ traffic can be protected using .Xr ipsec 4 . .It Fl syncpeer If the driver is a -.Xr pfsync 4;5A +.Xr pfsync 4 pseudo-device, broadcast the packets using multicast. .It Cm tentative (inet6 only) |