Bad-Parameter-Length
NAME
Net::BGP::Error::Bad-Parameter-Length - BGP Parameter Length in OPEN is invalid
SYNOPSIS
use Net::BGP::Error::Bad-Parameter-Length;
my $msg = Net::BGP::Error::Bad-Parameter-Length.new(:length(1));
DESCRIPTION
A BGP parameter length in OPEN is unsupported.
The Bad-Parameter-Length error is sent from the BGP server to the user code. This error is triggered when an OPEN message is received that has a parameter length that does not fit within the message (it's too long or is implausable).
METHODS
message-name
Contains the string Bad-Parameter-Length
.
is-error
Returns True (that this is an error).
message
Returns a human-readable error message.
ATTRIBUTES
length
The parameter length from the 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.