diff options
author | 2000-04-22 01:07:01 +0000 | |
---|---|---|
committer | 2000-04-22 01:07:01 +0000 | |
commit | 3dcec8c3befbbbae09055eb9a3dca0be1ab5b8fa (patch) | |
tree | 45b8134bfadb4fb1df99243d524283682190902f | |
parent | Document vmstat and netstat relevance to ipsec, add pointer to (diff) | |
download | wireguard-openbsd-3dcec8c3befbbbae09055eb9a3dca0be1ab5b8fa.tar.xz wireguard-openbsd-3dcec8c3befbbbae09055eb9a3dca0be1ab5b8fa.zip |
A bit more on netstat
-rw-r--r-- | share/man/man4/ipsec.4 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 2bb804d4a19..c1bceffd6fb 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.29 2000/04/22 01:05:29 angelos Exp $ +.\" $OpenBSD: ipsec.4,v 1.30 2000/04/22 01:07:01 angelos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -378,7 +378,13 @@ and .Tn ESP usage, using the .Fl p -flag. +flag. Using the +.Fl r +flag, +.Xr netstat 1 +displays information about +.Tn IPsec +flows. .Pp .Xr vmstat 8 displays information about memory use by IPsec with the @@ -403,9 +409,9 @@ At the moment the socket options are not fully implemented. .Sh ACKNOWLEDGMENTS The authors of the .Tn IPsec -code proper are John Ioannidis, Angelos D. Keromytis and Niels Provos. +code proper are John Ioannidis, Angelos D. Keromytis, and Niels Provos. .Pp -Niklas Hallqvist & Niels Provos are the authors of +Niklas Hallqvist and Niels Provos are the authors of .Xr isakmpd 8 . .Pp Eric Young's libdeslite was used in this implementation for the |