mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
97 lines
2.3 KiB
Groff
97 lines
2.3 KiB
Groff
Index: bgpd/bgpd.8
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/openbgpd/bgpd/bgpd.8,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.6
|
|
diff -u -p -r1.1.1.1 -r1.6
|
|
--- bgpd/bgpd.8 30 Jun 2009 05:46:15 -0000 1.1.1.1
|
|
+++ bgpd/bgpd.8 22 Oct 2009 15:10:02 -0000 1.6
|
|
@@ -1,4 +1,4 @@
|
|
-.\" $OpenBSD: bgpd.8,v 1.27 2007/05/31 19:20:22 jmc Exp $
|
|
+.\" $OpenBSD: bgpd.8,v 1.29 2009/08/06 08:53:11 claudio Exp $
|
|
.\"
|
|
.\" Copyright (c) 2003, 2004 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: May 31 2007 $
|
|
+.Dd $Mdocdate: September 2 2009 $
|
|
.Dt BGPD 8
|
|
.Os
|
|
.Sh NAME
|
|
@@ -48,9 +48,9 @@ Please refer to that document for more i
|
|
.Nm
|
|
is usually started at boot time, and can be enabled by
|
|
setting the following in
|
|
-.Pa /etc/rc.conf.local :
|
|
+.Pa /etc/rc.conf :
|
|
.Pp
|
|
-.Dl bgpd_flags=\&"\&"
|
|
+.Dl openbgpd_enable=\&"YES\&"
|
|
.Pp
|
|
See
|
|
.Xr rc 8
|
|
@@ -117,7 +117,7 @@ Use
|
|
.Ar file
|
|
as the configuration file,
|
|
instead of the default
|
|
-.Pa /etc/bgpd.conf .
|
|
+.Pa %%PREFIX%%/etc/bgpd.conf .
|
|
.It Fl n
|
|
Configtest mode.
|
|
Only check the configuration file for validity.
|
|
@@ -135,7 +135,7 @@ Produce more verbose output.
|
|
.El
|
|
.Sh FILES
|
|
.Bl -tag -width "/var/run/bgpd.sockXXX" -compact
|
|
-.It Pa /etc/bgpd.conf
|
|
+.It Pa %%PREFIX%%/etc/bgpd.conf
|
|
default
|
|
.Nm
|
|
configuration file
|
|
@@ -175,11 +175,6 @@ control socket
|
|
.%D September 2000
|
|
.Re
|
|
.Rs
|
|
-.%R RFC 3392
|
|
-.%T "Capabilities Advertisement with BGP-4"
|
|
-.%D January 1999
|
|
-.Re
|
|
-.Rs
|
|
.%R RFC 3682
|
|
.%T "The Generalized TTL Security Mechanism (GTSM)"
|
|
.%D February 2004
|
|
@@ -190,14 +185,29 @@ control socket
|
|
.%D April 2004
|
|
.Re
|
|
.Rs
|
|
+.%R RFC 4486
|
|
+.%T "BGP Cease Notification Message Subcodes"
|
|
+.%D April 2006
|
|
+.Re
|
|
+.Rs
|
|
.%R RFC 4760
|
|
.%T "Multiprotocol Extensions for BGP-4"
|
|
.%D January 2007
|
|
.Re
|
|
.Rs
|
|
-.%R draft-ietf-idr-as4bytes-13
|
|
+.%R RFC 4893
|
|
.%T "BGP Support for Four-octet AS Number Space"
|
|
-.%D February 2007
|
|
+.%D May 2007
|
|
+.Re
|
|
+.Rs
|
|
+.%R RFC 5492
|
|
+.%T "Capabilities Advertisement with BGP-4"
|
|
+.%D February 2009
|
|
+.Re
|
|
+.Rs
|
|
+.%R draft-ietf-idr-optional-transitive-00
|
|
+.%T "Error Handling for Optional Transitive BGP Attributes"
|
|
+.%D April 2009
|
|
.Re
|
|
.Sh HISTORY
|
|
The
|