diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-01 07:40:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-01 07:40:00 +0000 |
commit | 73d76c55a56b899a814c6df4d4d5d2fb987cfc92 (patch) | |
tree | 5d34b38cbc97cb78dccf7556fe4ff33911964cec /usr.sbin | |
parent | a43dc476920032a1d832574f292ac6219a39f0f5 (diff) |
update the pathname for the control socket path; from daniel jakots
clean up FILES while here
ok claudio for the former
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 03a3e421e66..3c2cb0aab46 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.62 2019/11/10 20:51:53 landry Exp $ +.\" $OpenBSD: bgpd.8,v 1.63 2021/02/01 07:39:59 jmc 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: November 10 2019 $ +.Dd $Mdocdate: February 1 2021 $ .Dt BGPD 8 .Os .Sh NAME @@ -205,15 +205,19 @@ Only check the configuration file for validity. Produce more verbose output. .El .Sh FILES -.Bl -tag -width "/var/run/bgpd.sockXXX" -compact +.Bl -tag -width "/var/run/bgpd.sock.<rdomain>" -compact .It Pa /etc/bgpd.conf -default +Default .Nm -configuration file -.It Pa /var/run/bgpd.sock -default +configuration file. +.It Pa /var/run/bgpd.sock.<rdomain> +Default .Nm -control socket +control socket, where +.Ar <rdomain> +is the routing domain in which +.Nm +has been started. .El .Sh SEE ALSO .Xr bgpd.conf 5 , |