1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/net/openbgpd/files/patch-bgpd_bgpd.conf.5
Florent Thoumie 10863a75b8 - Add openbgpd 3.6, a free implementation of the Border Gateway Protocol.
Credits to:	Lukasz Bromirski <lukasz@bromirski.net>
2005-05-17 14:46:42 +00:00

31 lines
757 B
Groff

$FreeBSD$
--- bgpd/bgpd.conf.5.orig
+++ bgpd/bgpd.conf.5
@@ -431,11 +431,11 @@
With
.Xr isakmpd 8 ,
it is sufficient to copy the peer's public key, found in
-.Pa /etc/isakmpd/private/local.pub ,
+.Pa %%PREFIX%%/etc/isakmpd/private/local.pub ,
to the local machine.
It must be stored in a file
named after the peer's IP address and must be stored in
-.Pa /etc/isakmpd/pubkeys/ipv4/ .
+.Pa %%PREFIX%%/etc/isakmpd/pubkeys/ipv4/ .
The local public key must be copied to the peer in the same way.
As
.Xr bgpd 8
@@ -819,8 +819,8 @@
.Em AS path .
.El
.Sh FILES
-.Bl -tag -width "/etc/bgpd.conf" -compact
-.It Pa /etc/bgpd.conf
+.Bl -tag -width "%%PREFIX%%/etc/bgpd.conf" -compact
+.It Pa %%PREFIX%%/etc/bgpd.conf
.Xr bgpd 8
configuration file
.El