diff options
author | 2017-07-20 07:45:10 +0000 | |
---|---|---|
committer | 2017-07-20 07:45:10 +0000 | |
commit | 514d3d5705270fcf15fefa1fbb885f36a7f0ab44 (patch) | |
tree | 92a1e5ec8bd0e58cdbfffd62d5af5c09acb6d28f | |
parent | - listening on localhost is now adjustable; ok tedu (diff) | |
download | wireguard-openbsd-514d3d5705270fcf15fefa1fbb885f36a7f0ab44.tar.xz wireguard-openbsd-514d3d5705270fcf15fefa1fbb885f36a7f0ab44.zip |
"no-route" is also shown by -sinfo;
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index c45a41ba0e1..bd9afd75eaa 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.169 2017/04/23 07:40:34 jmc Exp $ +.\" $OpenBSD: pfctl.8,v 1.170 2017/07/20 07:45:10 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 23 2017 $ +.Dd $Mdocdate: July 20 2017 $ .Dt PFCTL 8 .Os .Sh NAME @@ -439,6 +439,8 @@ source node/connection limit dropped by synproxy .It translate no free ports in translation port range +.It no-route +dropped by no-route .El .It Fl T Ar command Op Ar address ... Specify the |