Unknown-Version
NAME
Net::BGP::Error::Unknown-Version - BGP Version field unsupported
SYNOPSIS
use Net::BGP::Error::Unknown-Version;
my $msg = Net::BGP::Error::Unknown-Version.new(:version(3));
DESCRIPTION
A BGP Version is unsupported.
The Unknown-Version error is sent from the BGP server to the user code. This error is triggered when a message is received that has a version number other than 4, which is documented in current RFCs such as RFC4271.
METHODS
message-name
Contains the string Unknown-Version
.
is-error
Returns True (that this is an error).
message
Returns a human-readable error message.
ATTRIBUTES
version
The version field from the open 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.