summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/bgpctl.8
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-04 21:45:06 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-04 21:45:06 +0000
commit17f2da5b09ab614453c453fac859658ead8c2012 (patch)
tree71652d379aa55bffa9c86c96d7533a9add025460 /usr.sbin/bgpctl/bgpctl.8
parent43690b191f68bb8de7c7147583e611c44d83e993 (diff)
show da timers
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r--usr.sbin/bgpctl/bgpctl.814
1 files changed, 11 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index d8232a11e58..126b4d98404 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.3 2004/01/04 19:44:27 henning Exp $
+.\" $OpenBSD: bgpctl.8,v 1.4 2004/01/04 21:45:05 henning Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -37,9 +37,17 @@ The commands are as follows:
Show a list of all neighbors, including information about the session state
and message counters.
.Pp
-.It Li show neighbor Ar address
+.It Li show neighbor Ar address Ar modifier
Show detailed information about the neighbor identified by
-.Ar address .
+.Ar address ,
+according to the given
+.Ar modifier :
+.Bl -tag -width messages -compact
+.It Li messages
+Show statistics about sent and received BGP messages.
+.It Li timers
+Show the BGP timers.
+.El
.Pp
.It Li reload
Reload the configuration file.