mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
48 lines
1.4 KiB
Groff
48 lines
1.4 KiB
Groff
Index: bgpctl/bgpctl.8
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/bgpctl.8,v
|
|
retrieving revision 1.1.1.6
|
|
retrieving revision 1.4
|
|
diff -u -p -r1.1.1.6 -r1.4
|
|
--- bgpctl/bgpctl.8 14 Feb 2010 20:20:13 -0000 1.1.1.6
|
|
+++ bgpctl/bgpctl.8 4 Feb 2010 16:22:26 -0000 1.4
|
|
@@ -1,4 +1,4 @@
|
|
-.\" $OpenBSD: bgpctl.8,v 1.49 2009/06/06 06:11:17 claudio Exp $
|
|
+.\" $OpenBSD: bgpctl.8,v 1.52 2009/11/03 08:09:15 jmc 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 6 2009 $
|
|
+.Dd $Mdocdate: November 2 2009 $
|
|
.Dt BGPCTL 8
|
|
.Os
|
|
.Sh NAME
|
|
@@ -79,7 +79,15 @@ The options are as follows:
|
|
Use
|
|
.Ar directory
|
|
to write the filter files to.
|
|
+.It Fl 4
|
|
+Fetch only IPv4 prefixes from the registry.
|
|
+.It Fl 6
|
|
+Fetch only IPv6 prefixes from the registry.
|
|
.El
|
|
+.It Cm log brief
|
|
+Disable verbose debug logging.
|
|
+.It Cm log verbose
|
|
+Enable verbose debug logging.
|
|
.It Cm neighbor Ar peer Cm up
|
|
Take the BGP session to the specified neighbor up.
|
|
.Ar peer
|
|
@@ -246,7 +254,7 @@ in a terse format.
|
|
.El
|
|
.Sh FILES
|
|
.Bl -tag -width "/var/run/bgpd.sockXXX" -compact
|
|
-.It Pa /etc/bgpd.conf
|
|
+.It Pa %%PREFIX%%/etc/bgpd.conf
|
|
default
|
|
.Xr bgpd 8
|
|
configuration file
|