Generic
NAME
Net::BGP::Message::Notify::Open::Generic - Generic Open Error BGP Notify Message
SYNOPSIS
# We create generic messages using the parent class.
use Net::BGP::Message;
my $msg = Net::BGP::Message.from-raw( $raw ); # Might return a child crash
DESCRIPTION
Generic Open error BGP Notify message type
Constructors
from-raw
Constructs a new object for a given raw binary buffer.
from-hash
This simply throws an exception, since the hash format of a generic message is not designed.
Methods
message-code
Returns a string that describes what message type the command represents.
Currently understood types include Open
.
message-code
Contains an integer that corresponds to the message-code.
error-type
Error code of the notification.
error-subcode
Error subtype of the notification.
raw
Returns the raw (wire format) data for this 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.