"Reverse for 'interface bulk_disconnect' not found." Problem adding Interfaces to Devices #1048

Closed
opened 2025-12-29 16:28:17 +01:00 by adam · 2 comments
Owner

Originally created by @4fd81048-Brian on GitHub (Jun 19, 2017).

Issue type: bug report

Python version: 2.7.5
NetBox version: 2.0.5

Created a Device and Added Interfaces with "LOM [1-2]" form factor: 1000BASE-T (1GE) and then I get the "Reverse for 'interface_bulk_disconnect' not found." error message.

adding lom
interface_bulk_disconnect

Originally created by @4fd81048-Brian on GitHub (Jun 19, 2017). <!-- Please note: GitHub issues are to be used only for feature requests and bug reports. For installation assistance or general discussion, please join us on the mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please indicate "bug report" or "feature request" below. Be sure to search the existing set of issues (both open and closed) to see if a similar issue has already been raised. --> ### Issue type: bug report <!-- If filing a bug, please indicate the version of Python and NetBox you are running. (This is not necessary for feature requests.) --> **Python version:** 2.7.5 **NetBox version:** 2.0.5 <!-- If filing a bug, please record the exact steps taken to reproduce the bug and any errors messages that are generated. If filing a feature request, please precisely describe the data model or workflow you would like to see implemented, and provide a use case. --> Created a Device and Added Interfaces with "LOM [1-2]" form factor: 1000BASE-T (1GE) and then I get the "Reverse for 'interface_bulk_disconnect' not found." error message. ![adding lom](https://user-images.githubusercontent.com/10030990/27285265-20a65126-54ca-11e7-80c8-c744bc7e8a51.PNG) ![interface_bulk_disconnect](https://user-images.githubusercontent.com/10030990/27285260-1dc88b5e-54ca-11e7-9a51-ee2f032b1bdc.PNG)
adam closed this issue 2025-12-29 16:28:17 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 19, 2017):

The bulk disconnect feature was just added in v2.0.7. It looks like you've upgraded your code base but still need to restart the WSGI service.

@jeremystretch commented on GitHub (Jun 19, 2017): The bulk disconnect feature was just added in v2.0.7. It looks like you've upgraded your code base but still need to restart the WSGI service.
Author
Owner

@4fd81048-Brian commented on GitHub (Jun 19, 2017):

Thank-you! I restarted gunicorn and it's working fine. Thanks again.

@4fd81048-Brian commented on GitHub (Jun 19, 2017): Thank-you! I restarted gunicorn and it's working fine. Thanks again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1048