Unable to assign a virtual parent interface to an existing interface #6106
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v2.11-beta1
Python version
3.7
Steps to Reproduce
Thanks to @candlerb for tracking this down in #6094!
Expected Behavior
We should see all available interfaces in the parent choices.
Observed Behavior
Only physical interfaces are listed.
This is due to
query_params={'kind': 'physical'}
being applied to theparent
field on InterfaceForm.The text was updated successfully, but these errors were encountered: