diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-06 06:11:18 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-06 06:11:18 +0000 |
commit | dc98cbd0746ab1f8c660cf076bd1338bfc2b41b8 (patch) | |
tree | e4b65b684f23b34bed9150d6a8f5dba35c821703 /usr.sbin | |
parent | 7e1f751c2571c2ea5765fe7d369e976ab8fd4efc (diff) |
Document show rib table foo
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 964b3859387..73fb8ea59bd 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.48 2008/12/06 13:18:12 sobrado 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: December 6 2008 $ +.Dd $Mdocdate: June 6 2009 $ .Dt BGPCTL 8 .Os .Sh NAME @@ -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 |