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