PieterL75

Results 38 issues of PieterL75

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

type: feature
status: under review

### NetBox version v3.1.5 ### Feature type Change to existing functionality ### Proposed functionality Device have the option to document inventory items. (cpu, disks, blades, modules, ...) For virtual machines,this...

type: feature
status: under review
pending closure

Netbox 3.3 was released Aug 17th. It includes some major changes to the API, especially related to the cablings. https://github.com/netbox-community/netbox/releases/tag/v3.3.0 What are is the expected time to get your superfantastic...

enhancement

### NetBox version v3.2.9 ### Python version 3.9 ### Steps to Reproduce 1. Create a custom field of the multiobject type 2. create a device that uses that custom field...

type: bug
status: accepted

### NetBox version v3.2.3 ### Feature type Change to existing functionality ### Proposed functionality The pagination and edit button are currently hidden at the bottom of the page. One needs...

type: feature
status: needs owner

### NetBox version v3.3.5 ### Feature type Change to existing functionality ### Proposed functionality When searching for an IP, the result shows the 'assigned' green checkbox if an IP address...

status: accepted
type: feature

### NetBox version v3.3.0 ### Feature type Change to existing functionality ### Proposed functionality Custom fields are currently supported for Netbox Models. Can this be extended to Users also ###...

type: feature

### Fixes: #10241 CustomField MultiObject API returns dict at read but expects id's at save This change will convert the mixed array of dict and id's into id's only at...

### NetBox version v3.2.2 ### Feature type Change to existing functionality ### Proposed functionality The interface name is naturalized to make it sortable in a proper way. (1,2,10,11,20,21; and not...

status: accepted
type: feature

A customfield is provided as 'array of dicts' by the API, But when returning, it has to be an array of integers. There is a bug report for that on...