diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-05-29 09:56:34 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-05-29 09:56:34 +0000 |
commit | 2b09ba69d0d91259e7ef3972916968faeb2395b2 (patch) | |
tree | 41f4bf4e6eb378a47712a9d1e05062af4274c87e /usr.sbin/bgpctl/bgpctl.8 | |
parent | 25f541e1ffcc40847b9857af9c9bc3a472c135df (diff) |
change bgpd's control socket from /var/run/bgpd.sock to
/var/run/bgpd.sock.<rdomain> in both bgpd and bgpctl. makes life
easier for admins.
ok phessler, claudio, henning, feedback from Job Snijders
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index c17f4dcdd37..b0f82937aaa 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.73 2017/02/13 14:48:44 phessler Exp $ +.\" $OpenBSD: bgpctl.8,v 1.74 2017/05/29 09:56:33 benno Exp $ .\" .\" Copyright (c) 2003 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: February 13 2017 $ +.Dd $Mdocdate: May 29 2017 $ .Dt BGPCTL 8 .Os .Sh NAME @@ -44,10 +44,15 @@ Show neighbors' IP addresses instead of their description. .It Fl s Ar socket Use .Ar socket -instead of the default -.Pa /var/run/bgpd.sock to communicate with -.Xr bgpd 8 . +.Xr bgpd 8 +instead of the default +.Pa /var/run/bgpd.sock.<rdomain> +where +.Ar <rdomain> +is the routing domain +.Xr bgpctl 8 +is running in. .El .Pp The commands are as follows: |