mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
073943d1f3
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD. - Disable CARP demotion: FreeBSD has no support for it. - Disable check for the routing table number: FreeBSD has single routing table now. - Disable route labeling: FreeBSD has no support for it. PR: 121831 Submitted by: Matthieu Guegan <matthieu@virtua.ch> Approved by: maintainer timeout (9 months)
33 lines
722 B
Groff
33 lines
722 B
Groff
--- bgpd/bgpd.8 2007-05-31 21:20:22.000000000 +0200
|
|
+++ bgpd/bgpd.8 2008-03-18 14:54:19.000000000 +0100
|
|
@@ -48,9 +48,9 @@
|
|
.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_flags=\&"YES\&"
|
|
.Pp
|
|
See
|
|
.Xr rc 8
|
|
@@ -117,7 +117,7 @@
|
|
.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 @@
|
|
.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
|