netbox
                                
                                
                                
                                    netbox copied to clipboard
                            
                            
                            
                        The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
### NetBox version v3.2.7 ### Python version 3.10 ### Steps to Reproduce 1. Create module-type (module_a) 2. Create device type with module bay (device_type_a) 3. Create multiple devices using device_type_a...
### NetBox version v3.2.8 ### Python version 3.8 ### Steps to Reproduce 1. Create a site "Campus 1" 2. Create a location "Campus 1 Building 1" within that site 3....
### NetBox version v3.2.7 ### Python version 3.9 ### Steps to Reproduce 1. Hit the /login page with a remote/social auth backend configured (e.g. 'social_core.backends.azuread.AzureADOAuth2') and a "next=/some/valid/path" post-login redirect...
### NetBox version v3.2.8 ### Feature type Change to existing functionality ### Proposed functionality Filter and assign subnets based on the tenant which it is assigned to. When you have...
### NetBox version v3.0.10 ### Feature type New functionality ### Proposed functionality For lack of a better term, it would be ideal to support the common model of virtual device...
### NetBox version v3.2.8 ### Python version 3.8 ### Steps to Reproduce 1. Create a custom field of type Text(long) for any content type, e.g. IPAM->IP addresses 2. Add some...
### NetBox version v3.1.7 ### Feature type Change to existing functionality ### Proposed functionality We would like to be able to assign an ASN to device(s) and prefix(es). ### Use...
### NetBox version V3.2.7 ### Feature type Data model extension ### Proposed functionality A base object type which includes manufacturer, model and any other fields which are can be attributed...
### NetBox version v3.2.4 ### Feature type Change to existing functionality ### Proposed functionality When a prefix is created don't allow the creation of IP addresses for that prefix, from...
### Fixes: #9979 Introduced a new column class _CustomFieldMarkdownColumn_ that combines the default markdown rendering behavior of the _MarkdownColumn_ with the custom column specific constructor parameters of the _CustomFieldColumn_. That...