diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-10-19 11:40:27 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-10-19 11:40:27 +0000 |
commit | 1e55b49f732429bb4416a82e35e62bcc862c21bd (patch) | |
tree | c993d5d0101a906f05f21771cfb32e46591d3b8a | |
parent | 01d0e5ad76c4544587b99759a28c3e1d4e582d55 (diff) |
The size limit of the shutdown reason was relaxed to 255 characters but
instead of mentioning the limit, remove it. bgpctl will properly error
out if the reason is too long.
OK job@ sthen@
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index cd1f465295f..1634a1218f6 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.92 2019/09/27 10:34:54 claudio Exp $ +.\" $OpenBSD: bgpctl.8,v 1.93 2019/10/19 11:40:26 claudio 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: September 27 2019 $ +.Dd $Mdocdate: October 19 2019 $ .Dt BGPCTL 8 .Os .Sh NAME @@ -87,9 +87,6 @@ If a is provided, the .Ar reason is sent as Administrative Shutdown Communication to the neighbor. -The -.Ar reason -cannot exceed 128 octets. .Ar peer may be the neighbor's address, description or the word .Cm group @@ -108,9 +105,6 @@ If a is provided, the .Ar reason is sent as Administrative Shutdown Communication to the neighbor. -The -.Ar reason -cannot exceed 128 octets. .Ar peer may be the neighbor's address, description or the word .Cm group |