-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.11.9
Python version
3.7
Steps to Reproduce
- create a device or vm
- Add a new (vm) interface and set mtu higher than 32767, i.e. 65536 for linux loopback interface
Expected Behavior
Interface should be creatable with mtu sizes to 65536.
In #2354 the range has been extended to 65536 but this isn't possible anymore
Observed Behavior
There is an error: "Ensure this value is less than or equal to 32767."
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application