summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2016-05-25 11:50:05 +0000
committerhenning <henning@openbsd.org>2016-05-25 11:50:05 +0000
commit62d479acdafb33d17ba36be951367e26b8cc6d0c (patch)
treebaec9932178e2b9ae46941953fb09b4cfa266b16
parentDon't warn when read or write block at cycle boundary, this may (diff)
downloadwireguard-openbsd-62d479acdafb33d17ba36be951367e26b8cc6d0c.tar.xz
wireguard-openbsd-62d479acdafb33d17ba36be951367e26b8cc6d0c.zip
flesh out "show summary" description a bit, from julien at dhaille.com via
jmc, ok benno claudio
-rw-r--r--usr.sbin/bgpctl/bgpctl.823
1 files changed, 20 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index 3e58071f4e6..efe03cae08c 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.67 2015/10/25 13:08:29 jmc Exp $
+.\" $OpenBSD: bgpctl.8,v 1.68 2016/05/25 11:50:05 henning Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 25 2015 $
+.Dd $Mdocdate: May 25 2016 $
.Dt BGPCTL 8
.Os
.Sh NAME
@@ -364,7 +364,24 @@ Multiple options can be used at the same time and the
filter can be combined with other filters.
.It Cm show summary
Show a list of all neighbors, including information about the session state
-and message counters.
+and message counters:
+.Pp
+.Bl -tag -width xxxxxxxxxxxxxx -compact
+.It Neighbor
+Description of the neighbor.
+.It AS
+Autonomous system number.
+.It MsgRcvd
+Number of messages received from the neighbor.
+.It MsgSent
+Number of messages sent to the neighbor.
+.It OutQ
+Number of outgoing messages queued.
+.It Up/Down
+Number of days and hours that the session has been up.
+.It State/PrfRcvd
+State of the session / Number of routes received. The session is up if there is no information for the State column (Established is not displayed).
+.El
.It Cm show summary terse
Show a list of all neighbors, including information about the session state,
in a terse format.