Keep-Alive
NAME
Net::BGP::Message::Keep-Alive - BGP Keep-Alive Message
SYNOPSIS
# We create keep-alive messages using the parent class.
use Net::BGP::Message;
my $msg = Net::BGP::Message.from-raw( $raw ); # Might return a child crash
DESCRIPTION
Keep-Alive BGP message type
Constructors
from-raw
Constructs a new object for a given raw binary buffer.
from-hash
Builds a keep-alive message from a hash. Note that an empty hash is expected
here to maintain compatibility with the interfaces for other Net::BGP::Message
subclasses.
Methods
message-name
Returns a string that describes what message type the command represents.
message-code
Contains an integer that corresponds to the message-code.
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.