diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-09-20 14:40:33 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-09-20 14:40:33 +0000 |
commit | ee62390afe00f47f4da8a2fbc68c4e8153588158 (patch) | |
tree | 05abc6a9e93db629e90366e97f491e2196a2232f /usr.sbin/bgpctl/bgpctl.8 | |
parent | b99e7f7e88b122baa797c60d78122cfff86e9515 (diff) |
allow "show rib" to be limited to an address family too
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 43bf0a4a685..8d896c5b64b 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.28 2005/09/20 13:47:08 henning Exp $ +.\" $OpenBSD: bgpctl.8,v 1.29 2005/09/20 14:40:32 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -160,6 +160,8 @@ Show all entries that are internal routes with no AS's in the AS path. This is the same as the .Ic show summary command. +.It Ar family +limit the output to the given address family. .El .It Cm show summary Show a list of all neighbors, including information about the session state |