diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-07-19 07:31:04 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-07-19 07:31:04 +0000 |
commit | e06614b276963810c496da273358133c5e287829 (patch) | |
tree | 201d0ad02a30386984c12bfaf08311e5430fafd2 /net/openbgpd/files/patch-bgpctl_bgpctl.8 | |
parent | This file is no longer needed in 2.0.1. (diff) |
Update to 4.5.20090709 (from snapshot as of 2009/7/9).
Add support for nexthop with an IPv6 link-local address. To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)).
Notes
Notes:
svn path=/head/; revision=238040
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_bgpctl.8')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_bgpctl.8 | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_bgpctl.8 b/net/openbgpd/files/patch-bgpctl_bgpctl.8 index e90455ce1826..0b329535d398 100644 --- a/net/openbgpd/files/patch-bgpctl_bgpctl.8 +++ b/net/openbgpd/files/patch-bgpctl_bgpctl.8 @@ -2,11 +2,44 @@ Index: bgpctl/bgpctl.8 =================================================================== RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/bgpctl.8,v retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -p -r1.1.1.1 -r1.2 +retrieving revision 1.3 +diff -u -p -r1.1.1.1 -r1.3 --- bgpctl/bgpctl.8 30 Jun 2009 05:46:15 -0000 1.1.1.1 -+++ bgpctl/bgpctl.8 30 Jun 2009 06:40:05 -0000 1.2 -@@ -244,7 +244,7 @@ in a terse format. ++++ bgpctl/bgpctl.8 9 Jul 2009 17:22:12 -0000 1.3 +@@ -1,4 +1,4 @@ +-.\" $OpenBSD: bgpctl.8,v 1.47 2008/06/07 18:14:41 henning 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: June 7 2008 $ ++.Dd $Mdocdate: December 6 2008 $ + .Dt BGPCTL 8 + .Os + .Sh NAME +@@ -25,7 +25,7 @@ + .Op Fl n + .Op Fl s Ar socket + .Ar command +-.Op Ar arguments ... ++.Op Ar argument ... + .Sh DESCRIPTION + The + .Nm +@@ -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 +@@ -244,7 +246,7 @@ in a terse format. .El .Sh FILES .Bl -tag -width "/var/run/bgpd.sockXXX" -compact |