Marker-Format
NAME
Net::BGP::Error::Marker-Format - BGP Marker Format Error
SYNOPSIS
use Net::BGP::Error::Marker-Format;
my $msg = Net::BGP::Error::Marker-Format.new();
DESCRIPTION
A marker (in the BGP header) formatting erorr.
The Marker-Format error is sent from the BGP server to the user code. This error is triggered when a message is received that does not start with the BGP header as described in RFC4271.
METHODS
message-name
Contains the string Marker-Format
.
is-error
Returns True (that this is an error).
message
Returns a human-readable error 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.