diff options
author | 2009-06-06 06:11:17 +0000 | |
---|---|---|
committer | 2009-06-06 06:11:17 +0000 | |
commit | 64c5b65a1d9f5351cd66d75f49d76dc795489d2f (patch) | |
tree | 0c0c8cff17c9b6f4e32187127557a73748ed9d0d | |
parent | bgpctl part of allowing alternate RIBs to be shown. Had to use the (diff) | |
download | wireguard-openbsd-64c5b65a1d9f5351cd66d75f49d76dc795489d2f.tar.xz wireguard-openbsd-64c5b65a1d9f5351cd66d75f49d76dc795489d2f.zip |
Document show rib table foo
-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 |