Per-AF
NAME
Net::BGP::Message::Capability::Graceful-Restart::Per-AF - BGP Graceful-Restart Per-Address-Family Object
SYNOPSIS
use Net::BGP::Capability::Graceful-Restart::Per-AF;
my $per-af = Net::BGP::Capability::Graceful-Restart::Per-AF.new(
:afi(1), # IP
:safi(1), # Unicast
:flags(0)
);
my $afi-name = $per-af.afi-name;
my $safi-name = $per-af.safi-name;
DESCRIPTION
BGP Graceful-Restart Per-Address-Family Object
ATTRIBUTES
afi
The value of the AFI.
safi
The value of the SAFI.
flags
The value of the graceful restart per-protocol flags.
METHODS
afi-name
Returns the name of the AFI (human-readible).
safi-name
Returns the name of the SAFI (human-readible).
Str
Returns a human-readable representation of the data.
AUTHOR
Joelle Maslak <[email protected]>
COPYRIGHT AND LICENSE
Copyright Ā© 2019 Joelle Maslak
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.