diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-07 11:55:55 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-07 11:55:55 +0000 |
commit | f38341b9ce7dd7d1de01b260afd7330c7ec160ad (patch) | |
tree | 4113687877dea1ba35d1f05a2e5d4e7506d75f7b /usr.sbin/bgpctl/bgpctl.8 | |
parent | b3f955d5d0e09495c3586b69c553fb1f22be0667 (diff) |
support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>
ok theo
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 023fa4268b5..5792232e450 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.41 2007/03/03 23:18:19 jmc Exp $ +.\" $OpenBSD: bgpctl.8,v 1.42 2007/03/07 11:55:54 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -181,6 +181,10 @@ as rightmost AS. Show all entries with .Ar as anywhere but rightmost. +.It Cm peer-as Ar as +Show all entries with +.Ar as +as leftmost AS. .It Cm empty-as Show all entries that are internal routes with no AS's in the AS path. .It Cm neighbor Ar peer |