1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #9118: Fix validation error when importing VM child interfaces

This commit is contained in:
jeremystretch
2022-04-13 13:43:18 -04:00
parent f09a5aacae
commit 01ba1b8c03
3 changed files with 18 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
* [#9096](https://github.com/netbox-community/netbox/issues/9096) - Remove duplicate filter tag when filtering by "none"
* [#9100](https://github.com/netbox-community/netbox/issues/9100) - Include position field in module type YAML export
* [#9116](https://github.com/netbox-community/netbox/issues/9116) - `assigned_to_interface` filter for IP addresses should not match FHRP group assignments
* [#9118](https://github.com/netbox-community/netbox/issues/9118) - Fix validation error when importing VM child interfaces
---