|
NAMENet::ACL::Bootstrap - A proxy/bootstrap class for the Net::ACL class SYNOPSIS use Net::ACL::Bootstrap;
# Constructor
$list = renew Net::ACL::Bootstrap(
Name => 'MyACL',
Type => 'prefix-list',
);
DESCRIPTIONThis module works as a wrapper/proxy/bootstrap for the Net::ACL class. It makes it possible to renew() a list that has not yet been constructed using its name and type. The real list should be constructed before any method is used on this object (except name(), type() and fetch()). CONSTRUCTOR
ACCESSOR METHODS
SEE ALSONet::ACL AUTHORMartin Lorensen <bgp@martin.lorensen.dk>
|