Length-Too-Long
NAME
Net::BGP::Error::Length-Too-Long - BGP Length Field Too-Long Error
SYNOPSIS
use Net::BGP::Error::Length-Too-Long;
my $msg = Net::BGP::Error::Length-Too-Long.new(:length(8192));
DESCRIPTION
A length (in the BGP header) formatting erorr.
The Length-Too-Long error is sent from the BGP server to the user code. This error is triggered when a message is received that has a length greater than 4096 octets long in the header as described in RFC4271 section 4.1.
METHODS
message-name
Contains the string Length-Too-Long
.
is-error
Returns True (that this is an error).
message
Returns a human-readable error message.
ATTRIBUTES
length
The length field from the header of a BGP 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.