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.5.0 ### NetBox version v3.7.6->v4.0 ### Steps to Reproduce Followed steps: https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins 1. Upgrade netbox to v4.0: `docker compose build --no-cache` 2. Start Docker Plugin...
### NetBox access-list plugin version v1.5.0 ### NetBox version v3.7.6 ### Steps to Reproduce Create Access Lists in plugin and associate with specific VM or device. Attempt to filter results...
### NetBox version v3.4.3 ### Feature type New Model to plugin ### Proposed functionality I found some other pieces missing to build ACLs for switches. ### Use case - ICMP...
### NetBox version v3.3.5 ### Feature type Add a function ### Proposed functionality Can we give the plugin a option to assign a ACL to multiple devices so that we...
### NetBox version v3.2.7 ### Feature type Add a function ### Proposed functionality Include the ability to use object-groups for use in ACLs ### Use case Have a Menu Section...
### Change Type Addition ### Area Installation instructions ### Proposed Changes The installation instructions omit the necessary step of running `manage.py migrate` after installing the plugin. It's an understandable oversight,...
### NetBox version v3.7.4 ### Feature type Change to existing model ### Proposed functionality Similar to #57, where the request is to add a logging option to the rule actions....
### Proposed Changes Move to leverage selector function in forms as seen in https://github.com/netbox-community/netbox/commit/d1f76bec376c42e4ab55c1ebf197b40698fb9e3c Before implementing we should keep an eye on the bug netbox-community/netbox/issues/12751 ### Justification Minimize the code/logic...
### NetBox version v3.2.7 ### Feature type Add a function ### Proposed functionality Add a export function to create a copy/paste ACL for adding to device. ### Use case A...
### NetBox version v3.2.6 ### Feature type Add a function ### Proposed functionality NetBox core graphql package does not support walking assigned_object_type/assigned_object_id approach to relations. ### Use case It would...