netbox-acls icon indicating copy to clipboard operation
netbox-acls copied to clipboard

A NetBox plugin for Access Lists based off of the NetBox Plugin Demo

Results 59 netbox-acls issues
Sort by recently updated
recently updated
newest added

### NetBox version v4.4.1 ### Feature type Change to existing model ### Proposed functionality **Summary** Introduce an explicit `family` field on the AccessList model to scope lists to **IPv4**, **IPv6**,...

enhancement

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is...

dependencies
github_actions

# Pull Request ## Related Issue Closes #129 ## New Behavior ACL rules can now reference any of the following as **source** and/or **destination**: - **Prefix** (`ipam.Prefix`) - **IP Range**...

### NetBox version v4.3.5 ### Feature type Change to existing model ### Proposed functionality I propose implementing inheritance for ACLs. This means that an ACL can have a parent ACL,...

enhancement

# Pull Request ## Related Issue None. ## New Behavior None ## Contrast to Current Behavior Instead of using a custom RegexValidator, the name of an access list can be...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

# Pull Request ## Related Issue None ## New Behavior When modifying an ACL rule, the changes will be reflected in the ACL’s changelog. ## Contrast to Current Behavior Currently,...

# Pull Request ## Related Issue None ## New Behavior Several changes have been made to the ACL rules tables: * Source and destination prefixes are now linked. * Source...

# Pull Request ## Related Issue None ## New Behavior Starting with NetBox version 4.2.4 a default implementation of the `get_absolute_url()` method is available. This PR removes the custom code...