diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-24 10:21:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-24 10:21:15 +0000 |
commit | 07582cfa163a8e94f2741e3f016e698ad449f272 (patch) | |
tree | cc20a612b08f7d9ef4d4b886a2de576e604f71df | |
parent | c39d6d9422ac411c5428f5d3790c7b82c91365fd (diff) |
document -r
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index f0bb5ccc4c1..651349c150d 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.13 2004/07/13 23:01:02 jmc Exp $ +.\" $OpenBSD: bgpd.8,v 1.14 2006/01/24 10:21:14 henning Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -94,6 +94,13 @@ instead of the default .It Fl n Configtest mode. Only check the configuration file for validity. +.It Fl r Ar path +Open a second, restricted control socket that +.Xr bgpctl 8 +can use. +Only +.Em show +requests are allowed on this socket. .It Fl v Produce more verbose output. .El |