GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Netdisco::Util::Permission(3) User Contributed Perl Documentation App::Netdisco::Util::Permission(3)

App::Netdisco::Util::Permission

Helper subroutines to support parts of the Netdisco application.

There are no default exports, however the ":all" tag will export all subroutines.

Given an IP address or object instance, returns true if the configuration setting $setting_name matches, else returns false. If the content of the setting is undefined or empty, then "check_acl_no" also returns false.

If $setting_name is a valid setting, then it will be resolved to the access control list, else we assume you passed an ACL entry or ACL.

See the Netdisco wiki <https://github.com/netdisco/netdisco/wiki/Configuration#access-control-lists> for details of what $acl may contain.

Given an IP address or object instance, returns true if the configuration setting $setting_name matches, else returns false. If the content of the setting is undefined or empty, then "check_acl_only" also returns true.

If $setting_name is a valid setting, then it will be resolved to the access control list, else we assume you passed an ACL entry or ACL.

See the Netdisco wiki <https://github.com/netdisco/netdisco/wiki/Configuration#access-control-lists> for details of what $acl may contain.

Given an IP address or object instance, compares it to the items in "\@acl" then returns true or false. You can control whether any item must match or all must match, and items can be negated to invert the match logic.

Accepts instances of classes representing Netdisco Devices, Netdisco Device IPs, and NetAddr::IP family objects.

There are several options for what "\@acl" may contain. See the Netdisco wiki <https://github.com/netdisco/netdisco/wiki/Configuration#access-control-lists> for the details.

2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.