Merge pull request #3871 from hSaria/3864-disallow-0-masks

Fixes #3864: Disallow /0 masks
This commit is contained in:
Jeremy Stretch
2020-01-09 11:37:19 -05:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
* [#3856](https://github.com/netbox-community/netbox/issues/3856) - Allow filtering VM interfaces by multiple MAC addresses
* [#3857](https://github.com/netbox-community/netbox/issues/3857) - Fix group custom links rendering
* [#3862](https://github.com/netbox-community/netbox/issues/3862) - Allow filtering device components by multiple device names
* [#3864](https://github.com/netbox-community/netbox/issues/3864) - Disallow /0 masks
---