diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2015-10-24 16:02:05 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2015-10-24 16:02:05 +0000 |
commit | ba6eab9902faa98bef56bd0329c5174b2be42a06 (patch) | |
tree | bb4126df3c11c2f6321399681b6ea4c1ae54347a | |
parent | 135cc870a509dd645ed6a2f9d5434f926444ca46 (diff) |
clarify use of "bgpctl show rib in|out neighbor FOO"
feedback from jmc@
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 49750443abe..80aa2453c54 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.65 2015/10/11 19:21:44 phessler Exp $ +.\" $OpenBSD: bgpctl.8,v 1.66 2015/10/24 16:02:04 benno 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: October 11 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt BGPCTL 8 .Os .Sh NAME @@ -345,8 +345,14 @@ Show routes from the unfiltered Adj-RIB-In. This is only possible if .Em softreconfig in is enabled for the neighbor. +The +.Cm neighbor +needs to be specified. .It Cm out -Show the filtered routes sent to a neighbor also known as Adj-RIB-Out. +Show the filtered routes sent to a neighbor. +The +.Cm neighbor +needs to be specified. .El .Pp Options are silently ignored when used together with |