Event
NAME
Net::BGP::Event - BGP Server Event Superclass
SYNOPSIS
use Net::BGP::Event;
my $msg = Net::BGP::Event.new( :message-name<NOOP> );
DESCRIPTION
Parent class for messages (notifications) used for communication from the BGP server code to the user code.
ATTRIBUTES
connection-id
This contains the appropriate connection ID associated with the notification.
peer
This contains the IP address of the peer.
creation-date
The date/time in Posix format when this object was created.
METHODS
message-name
Contains a string that describes what message type the notification represents.
is-error
Returns true or false based on whether this notification represents an error. It defaults to False in the parent class.
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.