From 620bdc4b891154eb9b95099f94db29362490b6b7 Mon Sep 17 00:00:00 2001 From: denis Date: Thu, 19 Sep 2024 06:12:46 +0000 Subject: [PATCH] document how to add a restricted socket OK claudio@ --- usr.sbin/bgplgd/bgplgd.8 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgplgd/bgplgd.8 b/usr.sbin/bgplgd/bgplgd.8 index fb3d0db1280..2b13652e91a 100644 --- a/usr.sbin/bgplgd/bgplgd.8 +++ b/usr.sbin/bgplgd/bgplgd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgplgd.8,v 1.9 2024/08/15 09:13:13 claudio Exp $ +.\" $OpenBSD: bgplgd.8,v 1.10 2024/09/19 06:12:46 denis Exp $ .\" .\" Copyright (c) 2021 Claudio Jeker .\" @@ -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: August 15 2024 $ +.Dd $Mdocdate: September 19 2024 $ .Dt BGPLGD 8 .Os .Sh NAME @@ -171,6 +171,14 @@ Show a list of all neighbors, including information about the session state and message counters. .El .Sh EXAMPLES +Add the following to +.Pa /etc/bgpd.conf +to have +.Xr bgpd 8 +open a second, restricted, control socket: +.Pp +.Dl socket \&"/var/run/bgpd.rsock\&" restricted +.Pp An example setup in .Xr httpd 8 is: -- 2.20.1