Length-Too-Short
NAME
Net::BGP::Error::Length-Too-Short - BGP Length Field Too-Short Error
SYNOPSIS
use Net::BGP::Error::Length-Too-Short;
my $msg = Net::BGP::Error::Length-Too-Short.new(:length(10));
DESCRIPTION
A length (in the BGP header) formatting erorr.
The Length-Too-Short error is sent from the BGP server to the user code. This error is triggered when a message is received that has a length less than 19 octets long in the header as described in RFC4271 4.1.
METHODS
message-name
Contains the string Length-Too-Short
.
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.