Exception thrown when editing virtual machine interface with 802.1q mode set #2906

Closed
opened 2025-12-29 18:23:18 +01:00 by adam · 0 comments
Owner

Originally created by @DanSheps on GitHub (Sep 25, 2019).

Environment

  • Python version: 3.6
  • NetBox version: 2.6.5-dev

Steps to Reproduce

  1. Edit an interface on a virtual machine with a 802.1q mode set

Expected Behavior

You are allowed to edit the interface

Observed Behavior

Exception:

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'interface_assign_vlans' not found. 'interface_assign_vlans' is not a valid view function or pattern name.
Originally created by @DanSheps on GitHub (Sep 25, 2019). ### Environment * Python version: 3.6 * NetBox version: 2.6.5-dev ### Steps to Reproduce 1. Edit an interface on a virtual machine with a 802.1q mode set ### Expected Behavior You are allowed to edit the interface ### Observed Behavior Exception: ``` <class 'django.urls.exceptions.NoReverseMatch'> Reverse for 'interface_assign_vlans' not found. 'interface_assign_vlans' is not a valid view function or pattern name. ```
adam closed this issue 2025-12-29 18:23:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2906