diff options
author | 1999-12-27 04:30:50 +0000 | |
---|---|---|
committer | 1999-12-27 04:30:50 +0000 | |
commit | 2588140a74e029bfeba9f14f92fcef4bbea0ca9e (patch) | |
tree | 752b6c128e960bc9c801cdb7017f89dd0a698b71 | |
parent | Handle srcsa/clearsa, and rename setsa to dstsa. (diff) | |
download | wireguard-openbsd-2588140a74e029bfeba9f14f92fcef4bbea0ca9e.tar.xz wireguard-openbsd-2588140a74e029bfeba9f14f92fcef4bbea0ca9e.zip |
Better document clearsa behaviour.
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 64a7f94cbf1..074696c6ad0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.32 1999/12/27 04:19:42 angelos Exp $ +.\" $OpenBSD: ifconfig.8,v 1.33 1999/12/27 04:30:50 angelos 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 $ .\" @@ -202,7 +202,8 @@ interface, such as established with the .Cm srcsa or .Cm dstsa -flags. +flags. If the all-zeroes SA is specified, the sending SA is cleared +by default. .It Cm alias Establish an additional network address for this interface. This is sometimes useful when changing network numbers, and |