Hi,

Since
https://github.com/openbsd/src/commit/8d7b500c2ac3625a5b524c5e150619612af2dd36,
the control socket path is not exactly correct in bgpd.8.

Here's a diff to be precise. I took the wording from bgpd.conf.5.

Cheers,
Daniel


Index: bgpd.8
===================================================================
RCS file: /cvs/src/usr.sbin/bgpd/bgpd.8,v
retrieving revision 1.62
diff -u -p -r1.62 bgpd.8
--- bgpd.8      10 Nov 2019 20:51:53 -0000      1.62
+++ bgpd.8      31 Jan 2021 16:40:18 -0000
@@ -210,10 +210,14 @@ Produce more verbose output.
 default
 .Nm
 configuration file
-.It Pa /var/run/bgpd.sock
+.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 ,

Reply via email to