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 28 netbox-acls issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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...

enhancement
good first issue
status: under review

### 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...

enhancement
status: under review

### 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,...

documentation

### 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....

enhancement

### 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...

housekeeping

### 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...

enhancement
status: under review

### 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...

enhancement