netbox-acls
netbox-acls copied to clipboard
A NetBox plugin for Access Lists based off of the NetBox Plugin Demo
### NetBox access-list plugin version v1.9.1 ### NetBox version v4.4.1 ### Steps to Reproduce 1. Create an **Extended** ACL and add a new **Extended Rule**. 2. Set **Protocol** to **TCP**...
### NetBox version v4.4.1 ### Feature type Change to existing model ### Proposed functionality **Summary** Enable **attached remarks** on existing `permit`/`deny` ACLRules using the already‑present `remark` field. When a `remark`...
### NetBox version v4.4.1 ### Feature type Change to existing model ### Proposed functionality **Summary** Improve naming clarity by renaming: - `index` → `sequence` - `action` → `rule_type` (choices: `permit`,...
# Pull Request ## Related Issue Fixes #72 - **[Feature]: Assign a ACL to multiple devices** Fixes #41 - **[Feature]: Add assigned_object models in GraphQL API similar to the REST...
### NetBox version v4.4.1 ### Feature type Change to existing model ### Proposed functionality When an ACL rule is created/updated/deleted, record a corresponding change on the **parent ACL’s** changelog so...
### Proposed Changes - Drop custom `get_absolute_url()` methods from plugin models and use the default from NetBox. - Verify that generated object detail URLs remain unchanged/compatible. ### Justification - Reduce...
### Proposed Changes - Keep `AccessList.name` as a `CharField`. - Add Django’s `validate_slug` validator to the field (no field-type change). - Update tests accordingly. ### Justification Replace the custom `RegexValidator`...
### Proposed Changes 1. **Replace** the Docker-based test step with an explicit test job on `ubuntu-latest`: - Check out the plugin and NetBox source. - `actions/setup-python` for a Python matrix...
### Proposed Changes - **Adopt Ruff as the single linter+formatter** (`ruff check` + `ruff format`). - **Remove legacy tools** and their configs: - `flake8` (and delete the `.flake8` file) -...
### NetBox version v4.4.0 ### Feature type New Model to plugin ### Proposed functionality It would be helpful if the NetBox global search would index Rules and ACLs so they...