1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Index: bgpctl/bgpctl.8
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/bgpctl.8,v
retrieving revision 1.1.1.1
retrieving revision 1.3
diff -u -p -r1.1.1.1 -r1.3
--- bgpctl/bgpctl.8 30 Jun 2009 05:46:15 -0000 1.1.1.1
+++ bgpctl/bgpctl.8 9 Jul 2009 17:22:12 -0000 1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.47 2008/06/07 18:14:41 henning Exp $
+.\" $OpenBSD: bgpctl.8,v 1.49 2009/06/06 06:11:17 claudio 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: June 7 2008 $
+.Dd $Mdocdate: December 6 2008 $
.Dt BGPCTL 8
.Os
.Sh NAME
@@ -25,7 +25,7 @@
.Op Fl n
.Op Fl s Ar socket
.Ar command
-.Op Ar arguments ...
+.Op Ar argument ...
.Sh DESCRIPTION
The
.Nm
@@ -202,6 +202,8 @@ Show all entries with community
.Ar community .
.It Cm neighbor Ar peer
Show only entries from the specified peer.
+.It Cm table Ar rib
+Show only entries from the specified RIB table.
.It Cm summary
This is the same as the
.Ic show summary
@@ -244,7 +246,7 @@ in a terse format.
.El
.Sh FILES
.Bl -tag -width "/var/run/bgpd.sockXXX" -compact
-.It Pa /etc/bgpd.conf
+.It Pa %%PREFIX%%/etc/bgpd.conf
default
.Xr bgpd 8
configuration file
|