Fixes #6894: Fix available IP generation for prefix assigned to a VRF

This commit is contained in:
jeremystretch
2021-08-05 13:23:14 -04:00
parent bb3b18d61c
commit 3d14d23a32
4 changed files with 20 additions and 14 deletions

View File

@@ -13,6 +13,7 @@
* [#6832](https://github.com/netbox-community/netbox/issues/6832) - Support config context rendering under GraphQL API
* [#6846](https://github.com/netbox-community/netbox/issues/6846) - Form-driven REST API calls should use brief mode
* [#6871](https://github.com/netbox-community/netbox/issues/6871) - Support dynamic tag types in GraphQL API
* [#6894](https://github.com/netbox-community/netbox/issues/6894) - Fix available IP generation for prefix assigned to a VRF
---