diff options
author | 2000-06-18 19:16:47 +0000 | |
---|---|---|
committer | 2000-06-18 19:16:47 +0000 | |
commit | 1248eaea308f508f80429e8c938d561ea0051295 (patch) | |
tree | 52d32e6153e1a4adebf3ac1a1b832c49c50ca1f3 | |
parent | KNF (diff) | |
download | wireguard-openbsd-1248eaea308f508f80429e8c938d561ea0051295.tar.xz wireguard-openbsd-1248eaea308f508f80429e8c938d561ea0051295.zip |
routes on down interfaces are disabled
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 2c070473097..86d880f2656 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.45 2000/06/18 18:06:47 niklas Exp $ +.\" $OpenBSD: ifconfig.8,v 1.46 2000/06/18 19:16:47 provos 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 $ .\" @@ -214,7 +214,7 @@ When an interface is marked the system will not attempt to transmit messages through that interface. If possible, the interface will be reset to disable reception as well. -This action does not automatically disable routes using the interface. +This action automatically disables routes using the interface. .It Cm dstsa Bind an .Xr ipsec 4 |