Skip to content

Commit

Permalink
Fixes #9938: Exclude virtual interfaces from terminations list when c…
Browse files Browse the repository at this point in the history
…onnecting a cable
  • Loading branch information
jeremystretch committed Aug 9, 2022
1 parent 602cf8c commit 7dc2e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/version-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Custom field UI visibility has no impact on API operation.

### Bug Fixes (from Beta2)

* [#9938](https://github.com/netbox-community/netbox/issues/9938) - Exclude virtual interfaces from terminations list when connecting a cable
* [#9939](https://github.com/netbox-community/netbox/issues/9939) - Fix list of next nodes for split paths under trace view

### Plugins API
Expand Down
1 change: 1 addition & 0 deletions netbox/dcim/forms/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __new__(mcs, name, bases, attrs):
disabled_indicator='_occupied',
query_params={
'device_id': f'$termination_{cable_end}_device',
'kind': 'physical', # Exclude virtual interfaces
}
)

Expand Down

0 comments on commit 7dc2e02

Please # to comment.