Hold-Time-Too-Short
NAME
Net::BGP::Error::Hold-Time-Too-Short - BGP OPEN Hold-Time Field Too Short Error
SYNOPSIS
use Net::BGP::Error::Hold-Time-Too-Short;
my $msg = Net::BGP::Error::Hold-Time-Too-Short.new(:Hold-Time(1));
DESCRIPTION
Thπ Hold-Time specified in the OPEN message is non-zero and less than three seconds.
The Hold-Time-Too-Short error is sent from the BGP server to the user code. This error is triggered when an OPEN message is received that has a hold-time that isn't zero and is less than three seconds, as described in RFC4271 4.1.
METHODS
message-name
Contains the string Hold-Time-Too-Short
.
is-error
Returns True (that this is an error).
message
Returns a human-readable error message.
ATTRIBUTES
hold-time
The hold-time field from the BGP OPEN message.
AUTHOR
Joelle Maslak <[email protected]>
COPYRIGHT AND LICENSE
Copyright Β© 2018-2019 Joelle Maslak
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.