netbox icon indicating copy to clipboard operation
netbox copied to clipboard

The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev

Results 902 netbox issues
Sort by recently updated
recently updated
newest added

### Proposed Changes Following the work completed in #15235, it is no longer necessary to define separate nested serializers to represent related objects. We can instead pass an arbitrary list...

status: accepted
type: housekeeping

### NetBox version v3.7.3 ### Feature type Change to existing functionality ### Proposed functionality This proposal seeks to standardize the manner in which NetBox models reference Django's [content types](https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/) in...

status: accepted
type: feature

### NetBox version v3.5.2 ### Feature type Data model extension ### Proposed functionality Implement and use a custom User and Group model. ### Use case This would allow us to...

status: accepted
type: feature

### NetBox version v3.6.4 ### Feature type Change to existing functionality ### Proposed functionality Amend the template loader (`netbox/utilities/jinja2.py`) to also fetch templates from the database, via some virtual path....

type: feature
pending closure

### NetBox version v3.7.1 ### Feature type Change to existing functionality The original idea behind this feature request was to save the VLAN group filter field. Due to a revised...

type: feature
status: needs owner

### Proposed Changes Drop the `device_role` property from the `Device` model, and the field from `DeviceSerializer`. (It has been superseded by `role`.) ### Justification The model field was renamed to...

status: accepted
type: deprecation

### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality It is currently possible to map two interfaces into a peer to peer tunnel (via /vpn/tunnels/). When you...

type: feature

### NetBox version v3.6.5 ### Python version 3.10 ### Steps to Reproduce 1. Create a devicetype without an airflow 2. Create a device, based on that devicetype, but leave the...

type: feature
status: under review

### Fixes: #15232 Fix mis-spelling in permission

### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality The topic was introduced in #13779 and #15162. Once a module is created, it is bound to a...

type: feature
status: backlog
complexity: medium